51 lines
1.2 KiB
Bash
Executable File
51 lines
1.2 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
# color scheme
|
|
plasma-apply-colorscheme "Rosé Pine Dawn1"
|
|
|
|
# cursor
|
|
plasma-apply-cursortheme "BreezeX-RosePineDawn-Linux"
|
|
|
|
# application style
|
|
kvantummanager --set rose-pine-dawn-gold
|
|
|
|
# icon
|
|
/usr/lib/plasma-changeicons "Papirus-Light"
|
|
|
|
# wallpaper
|
|
plasma-apply-wallpaperimage ~/Pictures/roses.jpg
|
|
|
|
# alacritty
|
|
rm ~/.config/alacritty/alacritty.toml
|
|
cp ~/.dotfiles/alacritty/light.toml ~/.config/alacritty/alacritty.toml
|
|
|
|
# fish
|
|
rm ~/.config/fish/config.fish
|
|
cp ~/.dotfiles/fish/light.fish ~/.config/fish/config.fish
|
|
|
|
# starship
|
|
rm ~/.config/starship.toml
|
|
cp ~/.dotfiles/starship/light.toml ~/.config/starship.toml
|
|
|
|
# helix
|
|
rm ~/.config/helix/config.toml
|
|
cp ~/.dotfiles/helix/light.toml ~/.config/helix/config.toml
|
|
|
|
#vscode
|
|
rm ~/.config/Code/User/settings.json
|
|
cp ~/.dotfiles/vscode/light.json ~/.config/Code/User/settings.json
|
|
|
|
# lazygit
|
|
rm ~/.config/lazygit/config.yml
|
|
cp ~/.dotfiles/lazygit/light.yml ~/.config/lazygit/config.yml
|
|
|
|
# spotify
|
|
spiceitfy config current_theme text
|
|
spicetify config color_scheme RosePineDawn
|
|
spicetify apply
|
|
|
|
# zen
|
|
rm ~/.zen/ipdd7vnj.Default\ \(release\)/chrome/*
|
|
cp ~/.dotfiles/zen/light/* ~/.zen/ipdd7vnj.Default\ \(release\)/chrome/
|
|
killall zen-bin
|
|
zen-browser |