diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-13 02:33:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-13 02:33:25 +0200 |
| commit | 1c18f77d60ed2ff21dd61b5d792bfa51e469fe38 (patch) | |
| tree | a8df5476a9aef20cd9442705e0f144ac828dfdb6 /copy-all.sh | |
| parent | fcdb7f34c3be255705c4e1af4c8baf23a2e23844 (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 86cea0b..03b51ba 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -23,6 +23,8 @@ cp -f ./zshrc ~/.zshrc rm ~/.config/nvim/init.vim ln -s ~/.nvimrc ~/.config/nvim/init.vim +pushd $PWD +cd ~/.config/openbox read -p "do you want (s)mall or (b)ig WM fonts?" answer if [ "$answer" = "s" ]; then echo "small titlebars" @@ -31,3 +33,4 @@ else echo "big titlebars" ~/.config/openbox/fonts-big fi +popd |
