1
0
Fork 0

add go path and nvim plugin

This commit is contained in:
cătălin 2023-11-18 15:07:36 +01:00
commit 18b93f65c8
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
3 changed files with 3 additions and 4 deletions

View file

@ -2,8 +2,6 @@
```shell
pip install pipx ansible
ansible-playbook --ask-become-pass packages.yml
ansible-playbook --ask-become-pass ansible/main.yml
dotter
```

View file

@ -83,7 +83,7 @@ return {
{ import = "astrocommunity.pack.ansible" },
{ import = "astrocommunity.pack.bash" },
{ import = "astrocommunity.pack.docker" },
--{ import = "astrocommunity.pack.go" },
{ import = "astrocommunity.pack.go" },
--{ import = "astrocommunity.pack.html-css" },
{ import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.lua" },

View file

@ -1,5 +1,6 @@
set -gx PATH ~/.local/bin $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/.cargo/bin" $PATH;
set -gx PATH $ANDROID_HOME/emulator $PATH