dotfiles/README.md

1.2 KiB

Ayo's various configuration files

Clone the repo

git clone git@github.com:ayo-run/dotfiles

Then symlink to correct places. For example, the .vimrc usually goes to user home directory

cd dotfiles
ln -rsf ./.vimrc ~/

For vim, vundle is used

  1. install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. open vim then run :PluginInstall

See more

For tmux, tpm is used

  1. install tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. open tmux then [prefix] I

terminal fonts

  1. Install SFMono-Nerd-Font-Ligaturized
git clone https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized.git && cd SFMono-Nerd-Font-Ligaturized
cp *.otf ~/.local/share/fonts
  1. use as terminal font via preferences

install gitmux for git info on tmux bar

  1. Download the latest release
  2. Extract to local shared and link
cd Downloads
tar -C ~/.local/share/ -xzf ./gitmux...tar.gz

# link binary
ln -s ~/.local/share/gitmux ~/.local/bin/gitmux

# confirm
gitmux -V