mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Update default packages for ruby, golang, and node
This commit is contained in:
@@ -12,16 +12,16 @@ alias gv="govendor"
|
||||
install_go_global_packages () {
|
||||
local packages=(
|
||||
github.com/akavel/up
|
||||
github.com/alecthomas/gometalinter
|
||||
github.com/asciimoo/wuzz
|
||||
github.com/derekparker/delve/cmd/dlv
|
||||
github.com/golang/lint/golint
|
||||
github.com/kisielk/errcheck
|
||||
github.com/kr/pretty
|
||||
github.com/mdempsky/gocode
|
||||
github.com/mdempsky/unconvert
|
||||
github.com/nsf/gocode
|
||||
github.com/rakyll/hey
|
||||
github.com/rogpeppe/godef
|
||||
github.com/sourcegraph/go-langserver
|
||||
github.com/spf13/cobra/cobra
|
||||
github.com/vektra/mockery/.../
|
||||
golang.org/x/tools/cmd/godoc
|
||||
@@ -34,6 +34,4 @@ install_go_global_packages () {
|
||||
echo "installing/updating \"$package\""
|
||||
go get -u "$package"
|
||||
done
|
||||
|
||||
gometalinter --install
|
||||
}
|
||||
|
||||
@@ -12,12 +12,15 @@ alias tl="tldr"
|
||||
|
||||
install_node_global_packages () {
|
||||
npm install -g \
|
||||
appcenter-cli \
|
||||
bash-language-server \
|
||||
eslint \
|
||||
eslint-config-prettier \
|
||||
eslint-plugin-prettier \
|
||||
eslint_d \
|
||||
htmllint-cli \
|
||||
httpsnippet \
|
||||
javascript-typescript-langserver \
|
||||
jsonlint \
|
||||
localtunnel \
|
||||
markdown-it \
|
||||
@@ -27,7 +30,8 @@ install_node_global_packages () {
|
||||
tslint \
|
||||
typescript \
|
||||
typescript-formatter \
|
||||
uuid-cli
|
||||
uuid-cli \
|
||||
vscode-css-languageserver-bin
|
||||
}
|
||||
|
||||
# Load nvm if it's available
|
||||
|
||||
@@ -14,7 +14,8 @@ install_ruby_global_packages () {
|
||||
rbenv-rehash \
|
||||
reek \
|
||||
rubocop \
|
||||
seeing_is_believing
|
||||
seeing_is_believing \
|
||||
solargraph
|
||||
}
|
||||
|
||||
# Aliases
|
||||
|
||||
Reference in New Issue
Block a user