feat: publish script and cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# env:
|
||||
# TERM: xterm-256color
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
||||
window:
|
||||
dynamic_title: true
|
||||
|
||||
5
files/home/.config/fish/.gitignore
vendored
5
files/home/.config/fish/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
functions
|
||||
!functions/nvm.fish
|
||||
completions
|
||||
conf.d
|
||||
fish_variables
|
||||
|
||||
@@ -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
1
files/home/.config/nvim/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
plugged
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user