Updated scripts
This commit is contained in:
parent
e55aa94859
commit
ebc149ed09
@ -7,7 +7,7 @@ if "test ! -d ~/.tmux/plugins/tpm" \
|
|||||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||||
|
|
||||||
# Activate the plugins.
|
# Activate the plugins.
|
||||||
run -b "~/.tmux/plugins/tpm/tpm"
|
run "~/.tmux/plugins/tpm/tpm"
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
|||||||
@ -95,6 +95,7 @@ ln -sf ~/code_server/config/dunst/dunstrc ~/.config/dunst/dunstrc
|
|||||||
# Install waybar
|
# Install waybar
|
||||||
printf -- '\033[33m Installing waybar\n\033[37m'
|
printf -- '\033[33m Installing waybar\n\033[37m'
|
||||||
sudo pacman --noconfirm --needed -S waybar
|
sudo pacman --noconfirm --needed -S waybar
|
||||||
|
mkdir -p ~/.config/waybar
|
||||||
ln -sf ~/code_server/config/waybar/config ~/.config/waybar/config
|
ln -sf ~/code_server/config/waybar/config ~/.config/waybar/config
|
||||||
ln -sf ~/code_server/config/waybar/style.css ~/.config/waybar/style.css
|
ln -sf ~/code_server/config/waybar/style.css ~/.config/waybar/style.css
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user