summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/make b/make
index b706c27..4bc56f1 100755
--- a/make
+++ b/make
@@ -17,10 +17,9 @@ for file in $files; do
ln -s $dir/$file ~/.$file
done
-# SSMTP config
-echo ssmtp.conf
-sudo mv /etc/ssmtp/ssmtp.conf $olddir
-sudo ln -s $dir/ssmtp.conf /etc/ssmtp/
+# Symlink for neovim
+ln -s $dir/vim ~/.nvim
+ln -s $dir/vim/vimrc ~/.nvim/nvimrc
# Solarized
cd