mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
install.sh: make sure ~/bin exists
This commit is contained in:
parent
4e3a280578
commit
48ddc29db1
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ done
|
||||||
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
||||||
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
||||||
|
|
||||||
|
mkdir -p $HOME/bin
|
||||||
for script in $(find $BASE_PATH/scripts -type f); do
|
for script in $(find $BASE_PATH/scripts -type f); do
|
||||||
ln -sfr $script $HOME/bin/$(basename $script)
|
ln -sfr $script $HOME/bin/$(basename $script)
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue