Compare commits
1 Commits
main
..
9d4661005d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d4661005d |
-10
@@ -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/*
|
||||||
|
|||||||
@@ -24,5 +24,4 @@
|
|||||||
"[java]": {
|
"[java]": {
|
||||||
"editor.defaultFormatter": "redhat.java",
|
"editor.defaultFormatter": "redhat.java",
|
||||||
},
|
},
|
||||||
"window.confirmSaveUntitledWorkspace": false,
|
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -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'
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
[General]
|
|
||||||
savePath=/home/caleb/downloads
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
.envrc
|
|
||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user