mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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
|
||||
smartgit
|
||||
lazygit
|
||||
tmux-plugins
|
||||
)
|
||||
|
||||
for target in ${DIRECTORIES[@]}; do
|
||||
|
|
@ -23,6 +24,7 @@ done
|
|||
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
|
||||
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
|
||||
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
|
||||
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||
|
||||
mkdir -p $HOME/bin
|
||||
for script in $(find $BASE_PATH/scripts -type f); do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue