Fxing typo in link.sh and fixing up bashrc

This commit is contained in:
Siina Mashek 2022-01-17 16:47:33 +02:00
parent 678454cdac
commit e2f397a1dd
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -20,4 +20,4 @@ fi
alias ls="ls -h --color=auto" alias ls="ls -h --color=auto"
alias myip="curl https://ifconfig.co" alias myip="curl https://ifconfig.co"
alias steam="HOME=/home/siina/Games/steam steam" alias steam="HOME=${HOME}/Games/steam steam"

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
folders=($(ls $PWD/config)) folders=($(ls $PWD/config))
files=("bashrc", "xbindkeysrc") files=("bashrc" "xbindkeysrc")
for folder in "${folders[@]}"; do for folder in "${folders[@]}"; do
ln -sf $PWD/config/$folder $HOME/.config/ ln -sf $PWD/config/$folder $HOME/.config/