Fix removal of .atom folder
This commit is contained in:
parent
d417d38fa2
commit
39e67daab3
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -10,7 +10,7 @@ rm -f ~/.zshrc
|
||||||
rm -f ~/.vimrc
|
rm -f ~/.vimrc
|
||||||
rm -rf ~/.vim
|
rm -rf ~/.vim
|
||||||
rm -f ~/.tmux.conf
|
rm -f ~/.tmux.conf
|
||||||
rm -f ~/.atom
|
rm -rf ~/.atom
|
||||||
|
|
||||||
# create symbolic links to dotfiles
|
# create symbolic links to dotfiles
|
||||||
ln -s ~/.dotfiles/.vimrc ~/.vimrc
|
ln -s ~/.dotfiles/.vimrc ~/.vimrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue