add base dotfiles
This commit is contained in:
commit
39254e5c3b
35 changed files with 699 additions and 0 deletions
3
fish/conf.d/aliases.fish
Normal file
3
fish/conf.d/aliases.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alias ls 'exa -alh'
|
||||
alias cat 'batcat'
|
||||
alias cva 'chaakoo -c $HOME/.config/chaakoo/sls_offline.yml 2> /dev/null ; tmux a -t sls-offline'
|
||||
2
fish/conf.d/common.fish
Normal file
2
fish/conf.d/common.fish
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
set -gx EDITOR vim
|
||||
|
||||
8
fish/conf.d/paths.fish
Normal file
8
fish/conf.d/paths.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
set -gx PATH ~/.local/bin $PATH
|
||||
set -gx PATH ~/.local/bin/185504a9-utils/ $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
|
||||
|
||||
|
||||
1
fish/conf.d/rust.fish
Normal file
1
fish/conf.d/rust.fish
Normal file
|
|
@ -0,0 +1 @@
|
|||
set -gx PATH "$HOME/.cargo/bin" $PATH;
|
||||
Loading…
Add table
Add a link
Reference in a new issue