Bootstrap using stow
This commit is contained in:
11
files/fish/config.fish
Normal file
11
files/fish/config.fish
Normal 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
2
files/fish/fishfile
Normal file
@@ -0,0 +1,2 @@
|
||||
rafaelrinaldi/pure
|
||||
edc/bass
|
||||
4
files/fish/functions/nvm.fish
Normal file
4
files/fish/functions/nvm.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function nvm
|
||||
bass source $NVM_DIR/nvm.sh --no-use ';' nvm $argv
|
||||
end
|
||||
|
||||
3
files/fish/functions/update.fish
Normal file
3
files/fish/functions/update.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function update -d 'run dotfiles install'
|
||||
make --directory="$WORKSPACE/dotfiles"
|
||||
end
|
||||
Reference in New Issue
Block a user