Skip to content

Commit

Permalink
Add .vim to link-files
Browse files Browse the repository at this point in the history
  • Loading branch information
pcgilday committed Mar 4, 2024
1 parent 2589ebf commit ac5d967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions link-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ln -s "$HOME/dotfiles/.editorconfig" "$HOME/.editorconfig"
ln -s "$HOME/dotfiles/.gitconfig" "$HOME/.gitconfig"
ln -s "$HOME/dotfiles/.gitignore-global" "$HOME/.gitignore-global"
ln -s "$HOME/dotfiles/.vimrc" "$HOME/.vimrc"
ln -s "$HOME/dotfiles/.vim" "$HOME/.vim"
ln -s "$HOME/dotfiles/.zshrc" "$HOME/.zshrc"
# Put nvim dir in .config - contains init script which uses standard
# vim bits like vimrc and .vim
Expand Down

0 comments on commit ac5d967

Please sign in to comment.