GOPATH to .go, PATH updates, nvim timeout only on first start
This commit is contained in:
parent
b8d84ef92a
commit
eefa37f435
@ -5,5 +5,4 @@
|
|||||||
printf "Executing neovim :Lazy sync..."
|
printf "Executing neovim :Lazy sync..."
|
||||||
nvim --headless "+Lazy! sync" +qa
|
nvim --headless "+Lazy! sync" +qa
|
||||||
nvim --headless ":MasonUpdate" +qa
|
nvim --headless ":MasonUpdate" +qa
|
||||||
timeout 10s nvim --headless ":TSUpdate" || true
|
|
||||||
echo " done."
|
echo " done."
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
|
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
|
||||||
set -gx PATH /usr/local/bin $PATH
|
set -gx PATH /usr/local/bin $PATH
|
||||||
|
set -gx PATH ~/.local/bin $PATH
|
||||||
|
set -gx PATH ~/.cargo/bin $PATH
|
||||||
|
set -gx GOPATH ~/.go
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set fish_color_valid_path
|
set fish_color_valid_path
|
||||||
|
|
||||||
@ -15,7 +18,7 @@ if status is-interactive
|
|||||||
if test -f /usr/local/Caskroom/miniconda/base/bin/conda
|
if test -f /usr/local/Caskroom/miniconda/base/bin/conda
|
||||||
eval /usr/local/Caskroom/miniconda/base/bin/conda "shell.fish" hook $argv | source &
|
eval /usr/local/Caskroom/miniconda/base/bin/conda "shell.fish" hook $argv | source &
|
||||||
end
|
end
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
if type -q jump
|
if type -q jump
|
||||||
# initialize jump cd
|
# initialize jump cd
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
timeout 10s nvim --headless ":TSUpdate" || true
|
||||||
|
|
||||||
fisher update
|
fisher update
|
||||||
echo 2132335212421y | tide configure
|
echo 2132335212421y | tide configure
|
||||||
|
@ -13,7 +13,7 @@ fish -c "fish_add_path -U ~/.cargo/bin"
|
|||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
||||||
#cargo install atuin
|
#cargo install atuin
|
||||||
GOBIN=~/.local/bin go install github.com/gsamokovarov/jump@latest
|
GOPATH="~/.go" GOBIN="~/.local/bin" go install github.com/gsamokovarov/jump@latest
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user