diff --git a/setup.sh b/setup.sh index 9acbce8..0209866 100755 --- a/setup.sh +++ b/setup.sh @@ -11,11 +11,11 @@ curl https://sh.rustup.rs -sSf | sh sudo curl https://pyenv.run | bash -mv ./home/config/nvim /home/coder/.config/nvim -mv ./home/bin /home/coder/bin -mv ./home/gitconfig /home/coder/.gitconfig -mv ./home/shell_aliases /home/coder/.shell_aliases -mv ./home/shell_funcs /home/coder/.shell_funcs +ln -s $(pwd)/home/config/nvim /home/coder/.config/nvim +ln -s $(pwd)/home/bin /home/coder/bin +ln -s $(pwd)/home/gitconfig /home/coder/.gitconfig +ln -s $(pwd)/home/shell_aliases /home/coder/.shell_aliases +ln -s $(pwd)/home/shell_funcs /home/coder/.shell_funcs #ln -s home/zshrc /home/coder/.zshrc # echo 'export PYENV_ROOT="/home/coder/.pyenv"' >> /home/coder/.bashrc