Add desktop environment configs and provisioning scripts for debian

- Add qutebrowser configs
- Add xfce4-panel config
- Add provision_debian script
- Add upgrade_debian script
- Refactor sync script to separate terminal and desktop env configs
This commit is contained in:
mitchell 2020-09-29 03:02:28 -04:00
parent 116620843a
commit b76aac107e
12 changed files with 516 additions and 11 deletions

View file

@ -6,6 +6,7 @@ function define_global_variables -d 'Defines all and exclusively globally export
set -gx DOTNET_ROOT $HOME/.asdf/installs/dotnet-core/(command -q dotnet; and dotnet --version)
set -gx EDITOR nvim
set -gx BROWSER qutebrowser
set -gx FZF_CTRL_T_COMMAND 'ag --hidden --ignore .git -g ""'
set -gx FZF_DEFAULT_COMMAND 'ag --hidden --ignore .git -g ""'