Revamp installer and dots
This commit is contained in:
parent
fc0a7a25ab
commit
34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions
6
config/fish/config.fish
Normal file
6
config/fish/config.fish
Normal 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
|
||||
|
Reference in a new issue