From 227e6386868f4670dd02683a2599d9ad217a3f48 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 17 Nov 2023 13:13:11 -0500 Subject: [PATCH] setup --- setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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