1
0
Fork 0

feat: revamp

This commit is contained in:
cătălin 2023-04-24 12:47:11 +02:00
commit f56d076f52
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
32 changed files with 127 additions and 831 deletions

View file

@ -1,4 +1,7 @@
alias ls 'exa -alh'
alias cat 'batcat'
alias g 'git'
alias copy 'xclip -selection clipboard'
alias cat 'bat'
alias k 'kubectl'
alias rm 'trash'
alias future-commit 'git commit --date (echo (date -d +7hours))'

View file

@ -1,2 +1,4 @@
set -gx EDITOR vim
set -gx EDITOR nvim
set -gx BAT_THEME "Catppuccin-frappe"
pyenv init - | source

View file

@ -0,0 +1,7 @@
function envsource
for line in (cat $argv | grep -v '^#')
set item (string split -m 1 '=' $line)
set -gx $item[1] $item[2]
echo "Exported key $item[1]"
end
end

View file

@ -1,8 +1,7 @@
set -gx PATH ~/.local/bin $PATH
set -gx PATH ~/.local/bin/185504a9-utils/ $PATH
set -gx PATH ~/.local/bin/dotutils/ $PATH
set -gx PATH "$HOME/.cargo/bin" $PATH;
set -gx PATH $ANDROID_HOME/emulator $PATH
set -gx PATH $ANDROID_HOME/tools $PATH
set -gx PATH $ANDROID_HOME/tools/bin $PATH
set -gx PATH $ANDROID_HOME/platform-tools $PATH

View file

@ -1 +0,0 @@
set -gx PATH "$HOME/.cargo/bin" $PATH;