diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-13 04:02:15 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-13 04:02:15 +0200 |
| commit | cbbdeb2f6b40a102a829f0c47cff052937231f00 (patch) | |
| tree | 0e32bdacd33ca170170bcfd0954859949d066ebc /copy-all.sh | |
| parent | 144cd826d6a2bb9365f379eeb8a909270398d662 (diff) | |
a
Diffstat (limited to 'copy-all.sh')
| -rw-r--r-- | copy-all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/copy-all.sh b/copy-all.sh index 360bb0e..56934e4 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -23,6 +23,9 @@ cp -f ./zshrc ~/.zshrc rm ~/.config/nvim/init.vim ln -s ~/.nvimrc ~/.config/nvim/init.vim +gsettings set org.gnome.desktop.interface gtk-theme 'platinum-custom' +gsettings set org.gnome.desktop.interface icon-theme 'NineIcons' + pushd $PWD cd ~/.config/openbox read -p "do you want (s)mall or (b)ig WM fonts?" answer |
