Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 585 Bytes

To install

git clone https://github.com/birkoss/dotfiles.git

Update .bashrc

echo "[[ -r ~/.bash_profile ]] && . ~/.bash_profile" >> ~/.bashrc

Create symlinks

  • ln -s {/path/to/dotfiles/.vimrc} ~/.vimrc
  • ln -s {/path/to/dotfiles/.vim} ~/.vim
  • ln -s {/path/to/dotfiles/.bash_completion} ~/.bash_completion
  • ln -s {/path/to/dotfiles/.bash_profile} ~/.bash_profile
  • ln -s {/path/to/dotfiles/.tmux.conf} ~/.tmux.conf

Local VIM config

Create a ~/.vimrc_local

Quicker search (Optional)

apt install silversearcher-ag