correctly link setenv on first run

This commit is contained in:
Cyryl Płotnicki 2019-01-20 13:40:54 +00:00
parent 19575eb671
commit 6898ae0eff

View file

@ -12,7 +12,8 @@ echo "configuring settings common among OSes"
echo "using '$SUDO' as sudo" echo "using '$SUDO' as sudo"
$SUDO true $SUDO true
echo "sourcing env" echo "linking and sourcing env"
ln -vfs "$DIR/.setenv.sh" ~/.setenv
source ~/.setenv source ~/.setenv
#zsh #zsh
@ -48,7 +49,6 @@ ln -vfs "$DIR/.zshrc" ~/.zshrc
ln -vfs "$DIR/.hyper.js" ~/.hyper.js ln -vfs "$DIR/.hyper.js" ~/.hyper.js
ln -vfs "$DIR/.hyper_plugins" ~/.hyper_plugins ln -vfs "$DIR/.hyper_plugins" ~/.hyper_plugins
ln -vfs "$DIR/.setenv.sh" ~/.setenv
ln -vfs "$DIR/.Slic3r" ~/. ln -vfs "$DIR/.Slic3r" ~/.
ln -vfs "$DIR/.ghci" ~/. ln -vfs "$DIR/.ghci" ~/.
ln -vfs "$DIR/.conkyrc" ~/. ln -vfs "$DIR/.conkyrc" ~/.