chore: lens extensions, bash profile, gopath, some new cli tool dependencies added

This commit is contained in:
2023-01-20 17:46:34 +01:00
parent 7dd46f40f8
commit 8cc0c54799
8 changed files with 87 additions and 39 deletions

8
config/.bash_profile Normal file
View File

@@ -0,0 +1,8 @@
#
# ~/.bash_profile
#
export GOBIN="/home/mastermindzh/.go"
export PATH="$PATH:$(go env GOBIN):$(go env GOPATH)/bin"
[[ -f ~/.bashrc ]] && . ~/.bashrc