Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 557 Bytes

dotfiles

Setup from clean install

apt install git curl vim tmux

git clone https://github.com/BHydden/dotfiles.git ~/dotfiles

# do next line for all dotfiles
ln -s <destination file or directory> <name of the symlink>

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall # install vim plugins

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
 
# type this in terminal if tmux is already running
$ tmux source ~/.tmux.conf

# install tmux plugins
prefix - I (captial I)