From ed5ac0e61f660dca6881fea5074d8478975a44c4 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 7 Dec 2023 18:58:05 -0500 Subject: Final commit before leaving work cpu --- .config/lf/icons | 2 ++ .config/sxhkd/sxhkdrc | 2 +- .local/bin/upsite | 6 ++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/lf/icons b/.config/lf/icons index 567fa8d..323ceb7 100755 --- a/.config/lf/icons +++ b/.config/lf/icons @@ -10,6 +10,8 @@ ex 󱁼 *.conf 󱁻 *.go  *.org  +*.norg  +*.bak  *.sh  *.o 󱉟 *.c  diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index c6e1387..873cf95 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -150,7 +150,7 @@ super + p flameshot gui ## TODOs (orgmode-nvim) super + space - dropdowntoggle orgmode nvim $HOME/Dropbox/org/home.org + dropdowntoggle orgmode nvim +"Neorg index" ## Terminal Calculator super + a dropdowntoggle calc tmux-r diff --git a/.local/bin/upsite b/.local/bin/upsite index aad82be..c6ef404 100755 --- a/.local/bin/upsite +++ b/.local/bin/upsite @@ -2,8 +2,10 @@ sitename="chausse.xyz" -cd "$HOME/Workspace/$sitename" +branch="construction" + +cd "$HOME/Workspace/$sitename$construction" && git pull origin $branch && git checkout $branch hugo --gc=true --minify -rsync -auvz "$HOME/Workspace/$sitename/public/" "master@$sitename:/var/www/dev" +rsync -auvz "$HOME/Workspace/$sitename$construction/public/" "master@$sitename:/var/www/chausse" -- cgit v1.2.3