From 3739ff6661d2f51c957118a373dafcc9709219fa Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 11 Dec 2022 18:45:10 +0000 Subject: Updated to graphite theme --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 1f7aab7..19db96f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -19,10 +19,10 @@ save () { cp $HOME/.xinitrc xinitrc mkdir -p fonts/TTF - cp -r /usr/share/fonts/ttf-mononoki fonts/ - cp /usr/share/fonts/TTF/Meslo\ LG\ M\ Regular\ Nerd\ Font\ Complete\ Mono.ttf fonts/TTF/ + cp -r $HOME/.fonts/ttf-mononoki fonts/ + cp $HOME/.fonts/TTF/Meslo\ LG\ M\ Regular\ Nerd\ Font\ Complete\ Mono.ttf fonts/TTF/ mkdir -p fonts/noto-cjk - cp -r /usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc fonts/noto-cjk + cp -r $HOME/.fonts/noto-cjk/NotoSansCJK-Regular.ttc fonts/noto-cjk cp $HOME/.gtkrc-2.0 gtkrc-2.0 -- cgit v1.2.1