Compare commits
7 Commits
9d4661005d
..
pc
| Author | SHA1 | Date | |
|---|---|---|---|
| 30e30ea6ce | |||
| c06085e665 | |||
| a8af5ad3f3 | |||
| 1d8b9c0666 | |||
| 4d9e3c7dea | |||
| e3adef52a6 | |||
| 15cfb2cce5 |
+10
@@ -29,6 +29,16 @@ dunst/*
|
||||
!mimeapps.list
|
||||
!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.)
|
||||
!Code/
|
||||
Code/*
|
||||
|
||||
@@ -24,4 +24,5 @@
|
||||
"[java]": {
|
||||
"editor.defaultFormatter": "redhat.java",
|
||||
},
|
||||
"window.confirmSaveUntitledWorkspace": false,
|
||||
}
|
||||
|
||||
+2
-3
@@ -29,12 +29,11 @@ alias gs='git status'
|
||||
alias ga='git add'
|
||||
|
||||
# Single letter aliases
|
||||
alias c='claude'
|
||||
alias d='du_color'
|
||||
alias e='nvim'
|
||||
alias g=_git
|
||||
alias l='ls -alh'
|
||||
alias n='neofetch --config ~/.config/neofetch.conf'
|
||||
alias p='pacman'
|
||||
alias r='ranger'
|
||||
alias t='tmux'
|
||||
alias v='nvim'
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ eval "$(direnv hook bash)"
|
||||
|
||||
export DENO_CONFIG="/home/caleb/.config/deno"
|
||||
export PATH="$DENO_CONFIG/bin:$PATH"
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[General]
|
||||
savePath=/home/caleb/downloads
|
||||
@@ -0,0 +1 @@
|
||||
.envrc
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[window]
|
||||
width=1920
|
||||
height=1050
|
||||
height=1048
|
||||
sinkInputType=1
|
||||
sourceOutputType=1
|
||||
sinkType=0
|
||||
|
||||
Reference in New Issue
Block a user