Compare commits

9 Commits

Author SHA1 Message Date
burkkyy 8fba51c881 Merge pull request 'laptop prompt' (#7) from active/laptop into laptop
Reviewed-on: #7
2026-07-13 20:55:56 -07:00
burkkyy a3c1b3522f laptop prompt 2026-07-14 03:54:12 +00:00
burkkyy 96be324781 Merge pull request 'Adding in more files' (#3) from pc into laptop
Reviewed-on: #3
2026-07-13 19:29:20 -07:00
burkkyy a8af5ad3f3 Adding in more files 2026-07-13 19:17:15 -07:00
burkkyy 9c170cc24e Merge pull request 'Adding config from main PC' (#2) from pc into main
Reviewed-on: #2
2026-07-13 19:10:14 -07:00
burkkyy 1d8b9c0666 Computer Stuff 2026-07-13 19:09:25 -07:00
burkkyy 4d9e3c7dea Merge pull request 'Adding all my config from laptop' (#1) from laptop into main
Reviewed-on: #1
2026-07-13 19:02:04 -07:00
burkkyy e3adef52a6 alias for claude 2026-07-14 01:52:18 +00:00
burkkyy 15cfb2cce5 Adding all my config stuff 2026-07-14 01:47:10 +00:00
8 changed files with 23 additions and 12 deletions
+10
View File
@@ -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/*
+5 -5
View File
@@ -2,19 +2,19 @@
"git.confirmSync": false, "git.confirmSync": false,
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"[markdown]": { "[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint", "editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
}, },
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"[json]": { "[json]": {
"editor.defaultFormatter": "vscode.json-language-features", "editor.defaultFormatter": "vscode.json-language-features"
}, },
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"editor.indentSize": "tabSize", "editor.indentSize": "tabSize",
"editor.tabSize": 2, "editor.tabSize": 2,
"[cpp]": { "[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools", "editor.defaultFormatter": "ms-vscode.cpptools"
}, },
"claudeCode.preferredLocation": "sidebar", "claudeCode.preferredLocation": "sidebar",
"git.suggestSmartCommit": false, "git.suggestSmartCommit": false,
@@ -22,6 +22,6 @@
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"workbench.colorTheme": "Dark Modern", "workbench.colorTheme": "Dark Modern",
"[java]": { "[java]": {
"editor.defaultFormatter": "redhat.java", "editor.defaultFormatter": "redhat.java"
}, }
} }
+2 -3
View File
@@ -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'
-1
View File
@@ -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"
+2 -2
View File
@@ -5,10 +5,10 @@ CLEAR_COLOR="\[\e[0m\]"
# Default value # Default value
prompt="<Please set prompt in ~/.bash/bash_prompt> % " prompt="<Please set prompt in ~/.bash/bash_prompt> % "
prompt="$CLEAR_COLOR[\[\033[1;38m\]\w$CLEAR_COLOR]$CLEAR_COLOR " #prompt="$CLEAR_COLOR[\[\033[1;38m\]\w$CLEAR_COLOR]$CLEAR_COLOR "
# My custom prompt # My custom prompt
#prompt="\[\033[32m\]\u\[\033[36m\]@\[\033[32m\]\h \[\033[37m\]\W\[\033[36m\]$\[\e[0m\] " prompt="\[\033[32m\]\u\[\033[36m\]@\[\033[32m\]\h \[\033[37m\]\W\[\033[36m\]$\[\e[0m\] "
# ParrotOS prompt # ParrotOS prompt
# prompt="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]" # prompt="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
+2
View File
@@ -0,0 +1,2 @@
[General]
savePath=/home/caleb/downloads
+1
View File
@@ -0,0 +1 @@
.envrc
+1 -1
View File
@@ -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