HOKAY; XDG_* refactor

This commit is contained in:
2024-08-16 09:41:26 -06:00
parent 7b70567a67
commit 9301a32090
31 changed files with 332 additions and 130 deletions

3
config/bpython.conf Normal file
View File

@ -0,0 +1,3 @@
[general]
hist_file = ~/.local/state/python/bpythhon_hist

Binary file not shown.

View File

@ -2,9 +2,6 @@
### default .wryn configuration settings ############################
#####################################################################
# installation path for this repository
export DOTWRYN="$HOME/.wryn"
# order of editor preference
export PREFERRED_EDITORS=(vim vi nano)
@ -16,6 +13,6 @@ PS1_USER='%m'
# run at each zsh login
WELCOME () {
[[ $TERM =~ tmux ]] && return 0
[[ ${TERM} =~ tmux ]] && return 0
{ figlet 'Welcome, beautiful'; cowsay -p 'damn u sexy'; } | lolcat
}

View File

@ -1,29 +1,50 @@
[user]
email = yage@yage.io
name = yage
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICk2AL/QX5yr2UR2FsHg74bVLpQUpr1/lbgvoFi85J0c
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true
[rebase]
autostash = true
[color]
diff = always
status = always
branch = always
[submodule]
recurse = true
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[init]
defaultBranch = main
[safe]
directory = /opt/flutter
[gpg]
format = ssh
[gpg "ssh"]
program = /opt/1Password/op-ssh-sign
[commit]
gpgsign = true

View File

@ -170,7 +170,7 @@ bindsym $mod+shift+z gaps outer current minus 2; gaps inner current minus 2;
exec --no-startup-id compton
exec --no-startup-id 1password --silent
exec --no-startup-id scwrypts omni tmux
exec --no-startup-id scwrypts omni tmux -- --background
# color settings
set $FOCUSED_BORDER #006942

2
config/npmrc Normal file
View File

@ -0,0 +1,2 @@
cache=~/.cache/npm
prefix=~/.local/share/npm

View File

@ -9,7 +9,7 @@ SCWRYPTS_ENVIRONMENT__SHOW_ENV_HELP=false
SCWRYPTS_ENVIRONMENT__PREFERRED_EDIT_MODE=quiet
for SEARCH_DIR in \
"$HOME/.wryn/scwrypts" \
"$DOTWRYN/scwrypts" \
"$HOME/Projects/yage/" \
;
do

View File

@ -0,0 +1,2 @@
--- # local.altaria > dotwryn
# no configuration set

View File

@ -0,0 +1,2 @@
--- # local.altaria > remote
# no configuration set

View File

@ -0,0 +1,10 @@
--- # local.altaria > scwrypts
media-sync:
targets:
value:
- Pictures
- Documents
- Media
- .local/.porn
- Games/roms
- .local/share/dolphin-emu