add gitconfig
This commit is contained in:
3
init.sh
3
init.sh
@@ -30,3 +30,6 @@ ln -s $HOME/.dotfiles/zsh/mygvm /usr/local/bin/mygvm
|
||||
|
||||
#Install Go
|
||||
mygvm go1.18.6
|
||||
|
||||
#link gitconfig
|
||||
ln -s $HOME/.dotfiles/.gitconfig $HOME/.gitconfig
|
||||
|
||||
@@ -119,6 +119,7 @@ tnoremap <c-l> <c-\><c-n><c-w><c-l>
|
||||
tnoremap <Esc> <C-\><C-n>
|
||||
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
|
||||
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<cr>
|
||||
nnoremap <c-/> :Commentary<cr>
|
||||
|
||||
vnoremap J :m '>+1<CR>gv=gv
|
||||
vnoremap K :m '<-2<CR>gv=gv
|
||||
@@ -281,3 +282,7 @@ lua <<EOF
|
||||
})
|
||||
})
|
||||
EOF
|
||||
|
||||
lua << EOF
|
||||
require'lspconfig'.pyright.setup{}
|
||||
EOF
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# GO stuff
|
||||
export GOPATH="${HOME}/go"
|
||||
export GOROOT="${HOME}/.go/go"
|
||||
export GOBIN="${GOROOT}/bin"
|
||||
export PATH=${GOPATH}/bin:${GOROOT}/bin:$PATH
|
||||
export GOPRIVATE="github.com/solo-io"
|
||||
export ACK_GINKGO_DEPRECATIONS=1.16.5
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user