feat: publish script and cleanup

This commit is contained in:
Andrejus
2021-05-02 21:53:29 +01:00
parent fb50593834
commit 1f569c7e09
22 changed files with 144 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
# env:
# TERM: xterm-256color
env:
TERM: xterm-256color
window:
dynamic_title: true

View File

@@ -1,2 +1,3 @@
functions
!functions/nvm.fish
completions
conf.d
fish_variables

View File

@@ -4,3 +4,4 @@ jorgebucaran/replay.fish
joseluisq/gitnow
tomyun/base16-fish
PatrickF1/fzf.fish
jorgebucaran/fisher

1
files/home/.config/nvim/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
plugged

View File

@@ -48,13 +48,6 @@ export YARN_DIR=${YARN_DIR:-"$HOME/.yarn"}
mkdir -p "$YARN_DIR"
export PATH="$YARN_DIR/bin:$PATH"
# fzf
export FZF_DEFAULT_OPTS="--reverse"
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_COMPLETION_TRIGGER='**'
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
# z (jump around)
export Z_DATA_DIR=${Z_DATA:-"$XDG_DATA_HOME/z"}
export Z_DATA=${Z_DATA:-"$Z_DATA_DIR/data"}
@@ -74,3 +67,4 @@ fi
# (__) (__)(_")("_)\_)-' '-(_/(__) (__)(__)
#
alias j="z"
alias fd=`which fdfind`