mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
install.sh: install tmux and fzf files
This commit is contained in:
parent
f0d623c7b6
commit
f19e05528d
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ DIRECTORIES=(
|
||||||
#rofi
|
#rofi
|
||||||
smartgit
|
smartgit
|
||||||
lazygit
|
lazygit
|
||||||
|
tmux-plugins
|
||||||
)
|
)
|
||||||
|
|
||||||
for target in ${DIRECTORIES[@]}; do
|
for target in ${DIRECTORIES[@]}; do
|
||||||
|
|
@ -23,6 +24,7 @@ done
|
||||||
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
|
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
|
||||||
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
|
||||||
|
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue