mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
install.sh: update
This commit is contained in:
parent
3ef179b248
commit
f8bc452719
1 changed files with 8 additions and 5 deletions
13
install.sh
13
install.sh
|
|
@ -6,12 +6,14 @@ DIRECTORIES=(
|
|||
nvim
|
||||
fish
|
||||
alacritty
|
||||
hypr
|
||||
waybar
|
||||
wofi
|
||||
#i3
|
||||
#hypr
|
||||
#waybar
|
||||
#wofi
|
||||
i3
|
||||
polybar
|
||||
#i3status
|
||||
#rofi
|
||||
rofi
|
||||
dunst
|
||||
smartgit
|
||||
lazygit
|
||||
tmux-plugins
|
||||
|
|
@ -24,6 +26,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/picom.conf $HOME/.config/picom.conf
|
||||
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||
|
||||
mkdir -p $HOME/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue