added yapping
This commit is contained in:
parent
ea829fbfa7
commit
621ddac333
14
bashset.sh
14
bashset.sh
@ -1,9 +1,21 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
echo $HOME/.bashrc
|
||||||
ln -s $PWD/.bashrc $HOME/.bashrc
|
ln -s $PWD/.bashrc $HOME/.bashrc
|
||||||
|
echo "done"
|
||||||
|
echo $HOME/.bash_aliases
|
||||||
ln -s $PWD/.bash_aliases $HOME/.bash_aliases
|
ln -s $PWD/.bash_aliases $HOME/.bash_aliases
|
||||||
|
echo $HOME/.bash_docker
|
||||||
ln -s $PWD/.bash_docker $HOME/.bash_docker
|
ln -s $PWD/.bash_docker $HOME/.bash_docker
|
||||||
|
echo "done"
|
||||||
|
echo $HOME/.bash_functions
|
||||||
ln -s $PWD/.bash_functions $HOME/.bash_functions
|
ln -s $PWD/.bash_functions $HOME/.bash_functions
|
||||||
|
echo "done"
|
||||||
|
echo $HOME/.vimrc
|
||||||
|
ln -s $PWD/.vimrc $HOME/.vimrc
|
||||||
|
echo "done"
|
||||||
|
echo $HOME/.bashlocal
|
||||||
touch $HOME/.bashlocal
|
touch $HOME/.bashlocal
|
||||||
|
echo "done"
|
||||||
read -p "lol maybe it worked"
|
read -p "lol maybe it worked"
|
||||||
|
source ~/.bashrc
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user