Compare commits
11 Commits
9d4661005d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d8930bbae1 | |||
| 84d24add37 | |||
| 30e30ea6ce | |||
| c06085e665 | |||
| 96be324781 | |||
| a8af5ad3f3 | |||
| 9c170cc24e | |||
| 1d8b9c0666 | |||
| 4d9e3c7dea | |||
| e3adef52a6 | |||
| 15cfb2cce5 |
+10
@@ -29,6 +29,16 @@ 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,4 +24,5 @@
|
|||||||
"[java]": {
|
"[java]": {
|
||||||
"editor.defaultFormatter": "redhat.java",
|
"editor.defaultFormatter": "redhat.java",
|
||||||
},
|
},
|
||||||
|
"window.confirmSaveUntitledWorkspace": false,
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-3
@@ -29,12 +29,11 @@ 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,4 +29,3 @@ 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"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[General]
|
||||||
|
savePath=/home/caleb/downloads
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
.envrc
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[window]
|
[window]
|
||||||
width=1920
|
width=1920
|
||||||
height=1050
|
height=1048
|
||||||
sinkInputType=1
|
sinkInputType=1
|
||||||
sourceOutputType=1
|
sourceOutputType=1
|
||||||
sinkType=0
|
sinkType=0
|
||||||
|
|||||||
Reference in New Issue
Block a user