Compare commits

1 Commits

Author SHA1 Message Date
burkkyy 9d4661005d Computer Stuff 2026-07-13 19:02:37 -07:00
8 changed files with 5 additions and 18 deletions
-10
View File
@@ -29,16 +29,6 @@ dunst/*
!mimeapps.list !mimeapps.list
!pavucontrol.ini !pavucontrol.ini
# flameshot
!flameshot/
flameshot/*
!flameshot/flameshot.ini
# git (global gitignore, not credentials/config)
!git/
git/*
!git/ignore
# VS Code user settings only (not Cookies/Cache/Local State/etc.) # VS Code user settings only (not Cookies/Cache/Local State/etc.)
!Code/ !Code/
Code/* Code/*
-1
View File
@@ -24,5 +24,4 @@
"[java]": { "[java]": {
"editor.defaultFormatter": "redhat.java", "editor.defaultFormatter": "redhat.java",
}, },
"window.confirmSaveUntitledWorkspace": false,
} }
-1
View File
@@ -1 +0,0 @@
# `~/.config`
+3 -2
View File
@@ -29,11 +29,12 @@ alias gs='git status'
alias ga='git add' alias ga='git add'
# Single letter aliases # Single letter aliases
alias c='claude'
alias d='du_color' alias d='du_color'
alias e='nvim'
alias g=_git alias g=_git
alias l='ls -alh' alias l='ls -alh'
alias n='neofetch --config ~/.config/neofetch.conf'
alias p='pacman'
alias r='ranger'
alias t='tmux' alias t='tmux'
alias v='nvim' alias v='nvim'
+1
View File
@@ -29,3 +29,4 @@ eval "$(direnv hook bash)"
export DENO_CONFIG="/home/caleb/.config/deno" export DENO_CONFIG="/home/caleb/.config/deno"
export PATH="$DENO_CONFIG/bin:$PATH" export PATH="$DENO_CONFIG/bin:$PATH"
-2
View File
@@ -1,2 +0,0 @@
[General]
savePath=/home/caleb/downloads
-1
View File
@@ -1 +0,0 @@
.envrc
+1 -1
View File
@@ -1,6 +1,6 @@
[window] [window]
width=1920 width=1920
height=1048 height=1050
sinkInputType=1 sinkInputType=1
sourceOutputType=1 sourceOutputType=1
sinkType=0 sinkType=0