Initialize

This commit is contained in:
2025-04-27 03:50:20 +02:00
commit 50539b56ef
51 changed files with 2241 additions and 0 deletions

19
.config/fish/config.fish Normal file
View File

@@ -0,0 +1,19 @@
set fish_greeting
if status is-interactive
# Commands to run in interactive sessions can go here
end
oh-my-posh init fish --config $HOME/.config/ohmyposh/atomic.omp.json | source
pokeget $(shuf -i 1-721 -n 1) --hide-name
alias ll="ls -lh"
alias la="ls -lha"
alias fulltree="tree -I \".git\" -a ."
alias burn-orphanage="pacman -Qqtd | sudo pacman -Rsu -"
alias cd..="cd .."
alias girlboss="sudo"
alias vifish="vim $HOME/.config/fish/config.fish"