This commit is contained in:
Tyrel Souza 2023-11-17 13:13:11 -05:00
parent 0a10a2b7ec
commit 227e638686
No known key found for this signature in database
GPG Key ID: A7042C28F86F5183
1 changed files with 5 additions and 5 deletions

View File

@ -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