Compare commits
1 Commits
pc
..
9d4661005d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d4661005d |
-10
@@ -29,16 +29,6 @@ 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,5 +24,4 @@
|
||||
"[java]": {
|
||||
"editor.defaultFormatter": "redhat.java",
|
||||
},
|
||||
"window.confirmSaveUntitledWorkspace": false,
|
||||
}
|
||||
|
||||
+3
-2
@@ -29,11 +29,12 @@ 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,3 +29,4 @@ eval "$(direnv hook bash)"
|
||||
|
||||
export DENO_CONFIG="/home/caleb/.config/deno"
|
||||
export PATH="$DENO_CONFIG/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[General]
|
||||
savePath=/home/caleb/downloads
|
||||
@@ -1 +0,0 @@
|
||||
.envrc
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[window]
|
||||
width=1920
|
||||
height=1048
|
||||
height=1050
|
||||
sinkInputType=1
|
||||
sourceOutputType=1
|
||||
sinkType=0
|
||||
|
||||
Reference in New Issue
Block a user