mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +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
|
nvim
|
||||||
fish
|
fish
|
||||||
alacritty
|
alacritty
|
||||||
hypr
|
#hypr
|
||||||
waybar
|
#waybar
|
||||||
wofi
|
#wofi
|
||||||
#i3
|
i3
|
||||||
|
polybar
|
||||||
#i3status
|
#i3status
|
||||||
#rofi
|
rofi
|
||||||
|
dunst
|
||||||
smartgit
|
smartgit
|
||||||
lazygit
|
lazygit
|
||||||
tmux-plugins
|
tmux-plugins
|
||||||
|
|
@ -24,6 +26,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/picom.conf $HOME/.config/picom.conf
|
||||||
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||||
|
|
||||||
mkdir -p $HOME/bin
|
mkdir -p $HOME/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue