Bootstrap using stow

This commit is contained in:
Andrejus
2020-07-12 03:07:01 +01:00
parent 21757767d2
commit b748e73e80
18 changed files with 52 additions and 25 deletions

11
files/fish/config.fish Normal file
View File

@@ -0,0 +1,11 @@
# ---------------------------------------------------------------------------- #
# Cross-shell (only import if environment has been setup)
# ---------------------------------------------------------------------------- #
if test -e ~/.profile
bass source ~/.profile
end
# ---------------------------------------------------------------------------- #
# Fish specific
# ---------------------------------------------------------------------------- #
set fish_greeting

2
files/fish/fishfile Normal file
View File

@@ -0,0 +1,2 @@
rafaelrinaldi/pure
edc/bass

View File

@@ -0,0 +1,4 @@
function nvm
bass source $NVM_DIR/nvm.sh --no-use ';' nvm $argv
end

View File

@@ -0,0 +1,3 @@
function update -d 'run dotfiles install'
make --directory="$WORKSPACE/dotfiles"
end