Skip to content

listedegarde/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

vim & ssh/sshfs mount/unmount functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 96.6%
  • Shell 3.4%