HOKAY; XDG_* refactor
This commit is contained in:
3
config/bpython.conf
Normal file
3
config/bpython.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[general]
|
||||
|
||||
hist_file = ~/.local/state/python/bpythhon_hist
|
Binary file not shown.
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
2
config/npmrc
Normal file
@ -0,0 +1,2 @@
|
||||
cache=~/.cache/npm
|
||||
prefix=~/.local/share/npm
|
@ -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
|
||||
|
@ -0,0 +1,2 @@
|
||||
--- # local.altaria > dotwryn
|
||||
# no configuration set
|
@ -0,0 +1,2 @@
|
||||
--- # local.altaria > remote
|
||||
# no configuration set
|
10
config/scwrypts/environments/local.pikachu.scwrypts.env.yaml
Normal file
10
config/scwrypts/environments/local.pikachu.scwrypts.env.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
--- # local.altaria > scwrypts
|
||||
media-sync:
|
||||
targets:
|
||||
value:
|
||||
- Pictures
|
||||
- Documents
|
||||
- Media
|
||||
- .local/.porn
|
||||
- Games/roms
|
||||
- .local/share/dolphin-emu
|
Reference in New Issue
Block a user