add go path and nvim plugin
This commit is contained in:
parent
7f1e74d274
commit
18b93f65c8
3 changed files with 3 additions and 4 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install pipx ansible
|
pip install pipx ansible
|
||||||
ansible-playbook --ask-become-pass packages.yml
|
ansible-playbook --ask-become-pass ansible/main.yml
|
||||||
dotter
|
dotter
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ return {
|
||||||
{ import = "astrocommunity.pack.ansible" },
|
{ import = "astrocommunity.pack.ansible" },
|
||||||
{ import = "astrocommunity.pack.bash" },
|
{ import = "astrocommunity.pack.bash" },
|
||||||
{ import = "astrocommunity.pack.docker" },
|
{ import = "astrocommunity.pack.docker" },
|
||||||
--{ import = "astrocommunity.pack.go" },
|
{ import = "astrocommunity.pack.go" },
|
||||||
--{ import = "astrocommunity.pack.html-css" },
|
--{ import = "astrocommunity.pack.html-css" },
|
||||||
{ import = "astrocommunity.pack.json" },
|
{ import = "astrocommunity.pack.json" },
|
||||||
{ import = "astrocommunity.pack.lua" },
|
{ import = "astrocommunity.pack.lua" },
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
set -gx PATH ~/.local/bin $PATH
|
set -gx PATH ~/.local/bin $PATH
|
||||||
set -gx PATH ~/.local/bin/dotutils/ $PATH
|
set -gx PATH ~/.local/bin/dotutils/ $PATH
|
||||||
|
set -gx PATH ~/go/bin $PATH
|
||||||
set -gx PATH $HOME/.krew/bin $PATH
|
set -gx PATH $HOME/.krew/bin $PATH
|
||||||
set -gx PATH "$HOME/.cargo/bin" $PATH;
|
set -gx PATH "$HOME/.cargo/bin" $PATH;
|
||||||
set -gx PATH $ANDROID_HOME/emulator $PATH
|
set -gx PATH $ANDROID_HOME/emulator $PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue