Revamp installer and dots

This commit is contained in:
Henry Hiles 2023-01-22 15:05:39 -05:00
commit 34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions

6
config/fish/config.fish Normal file
View file

@ -0,0 +1,6 @@
if status is-interactive
oh-my-posh init fish --config ~/.poshthemes/bubblesextra.omp.json | source
export LS_COLORS="di=1;31:ln=31:so=37:pi=37:ex=1;31;40:bd=1;37;41:cd=37:su=1;37;41:sg=1;37;41:tw=1;31:ow=1;31"
alias sudo doas
end