Skip to content

Commit

Permalink
Fix typo in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Jul 27, 2023
1 parent 9aff0e4 commit b5d2725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ basedir=$(dirname $(realpath $0))
ln -s $basedir/.alacritty.yml ~/.alacritty.yml

mkdir -p ~/.vim/autoload
ln -s $basedir/.vim/autoplug/plug.vim ~/.vim/autoload/plug.vim
ln -s $basedir/.vim/autoload/plug.vim ~/.vim/autoload/plug.vim
ln -s $basedir/.vimrc ~/.vimrc

ln -s $basedir/.tmux.conf.local ~/.tmux.conf.local
Expand Down

0 comments on commit b5d2725

Please sign in to comment.