setup
This commit is contained in:
parent
0a10a2b7ec
commit
227e638686
10
setup.sh
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user