mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 03:50:03 +02:00
install.sh: format fixes
This commit is contained in:
parent
fc6be19a2d
commit
a40dec6595
1 changed files with 9 additions and 9 deletions
18
install.sh
18
install.sh
|
|
@ -3,18 +3,18 @@
|
||||||
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
||||||
|
|
||||||
DIRECTORIES=(
|
DIRECTORIES=(
|
||||||
nvim
|
nvim
|
||||||
fish
|
fish
|
||||||
alacritty
|
alacritty
|
||||||
i3
|
i3
|
||||||
i3status
|
i3status
|
||||||
rofi
|
rofi
|
||||||
smartgit
|
smartgit
|
||||||
lazygit
|
lazygit
|
||||||
)
|
)
|
||||||
|
|
||||||
for target in ${DIRECTORIES[@]}; do
|
for target in ${DIRECTORIES[@]}; do
|
||||||
ln -sfr -t $HOME/.config $BASE_PATH/$target
|
ln -sfr -t $HOME/.config $BASE_PATH/$target
|
||||||
done
|
done
|
||||||
|
|
||||||
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
||||||
|
|
@ -22,5 +22,5 @@ ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
||||||
|
|
||||||
mkdir -p $HOME/bin
|
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