Removed softlink to .mutt in makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -8,7 +8,6 @@ nonserver: mkdirs softlinks-non-server softlinks gitconfig
|
||||
|
||||
|
||||
softlinks: dependencies
|
||||
@test -L ${HOME}/.mutt || ln -s ${HOME}/dotfiles/.mutt ${HOME}/.mutt
|
||||
@test -L ${HOME}/.muttrc || ln -s ${HOME}/dotfiles/.muttrc ${HOME}/.muttrc
|
||||
@test -L ${HOME}/.elinks || ln -s ${HOME}/dotfiles/.elinks ${HOME}/.elinks
|
||||
@test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig
|
||||
|
||||
Reference in New Issue
Block a user