diff options
author | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
commit | ed21dbdb5954e8b6327747686022b87f9ae57cfd (patch) | |
tree | bc93c9622ade4ed939f33e6be14f5213ae4b756c /scripts | |
parent | a7a553c1df4862037917be8bf40bc4a2a5b47044 (diff) | |
download | dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.gz dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.bz2 dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.zip |
Remove theme related config
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 89d267e..5b17c35 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -23,8 +23,7 @@ link_all () { .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc \ - .env .zrc .config/kitty .wezterm.lua .config/mpv \ - .local/share/light-mode.d .local/share/dark-mode.d + .env .zrc .config/kitty .wezterm.lua .config/mpv } main () { |