Compare commits

5 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
4 changed files with 15 additions and 2 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/*
+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