mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Update various shell configs
This commit is contained in:
@@ -52,6 +52,7 @@ install_cask_global_packages () {
|
||||
messenger \
|
||||
micro-snitch \
|
||||
mist \
|
||||
moom \
|
||||
mplayerx \
|
||||
omnigraffle \
|
||||
openemu \
|
||||
@@ -59,6 +60,7 @@ install_cask_global_packages () {
|
||||
paw \
|
||||
plex-media-player \
|
||||
postman \
|
||||
resolutionator \
|
||||
ring \
|
||||
screenhero \
|
||||
sequel-pro \
|
||||
|
||||
@@ -19,29 +19,30 @@ gvm-use() {
|
||||
}
|
||||
|
||||
install_go_global_packages () {
|
||||
local packages=( \
|
||||
github.com/FiloSottile/gvt \
|
||||
github.com/Masterminds/glide \
|
||||
github.com/alecthomas/gometalinter \
|
||||
github.com/golang/lint/golint \
|
||||
github.com/kardianos/govendor \
|
||||
github.com/kisielk/errcheck \
|
||||
github.com/kovetskiy/manul \
|
||||
github.com/kr/pretty \
|
||||
github.com/laher/goxc \
|
||||
github.com/mailgun/godebug \
|
||||
github.com/mdempsky/unconvert \
|
||||
github.com/mitchellh/gox \
|
||||
github.com/motemen/gore \
|
||||
github.com/nsf/gocode \
|
||||
github.com/pmezard/go-difflib/difflib \
|
||||
github.com/rakyll/boom \
|
||||
github.com/rogpeppe/godef \
|
||||
github.com/tools/godep \
|
||||
github.com/vektra/mockery/.../ \
|
||||
golang.org/x/tools/cmd/goimports \
|
||||
golang.org/x/tools/cmd/gorename \
|
||||
golang.org/x/tools/cmd/guru \
|
||||
local packages=(
|
||||
github.com/FiloSottile/gvt
|
||||
github.com/Masterminds/glide
|
||||
github.com/alecthomas/gometalinter
|
||||
github.com/asciimoo/wuzz
|
||||
github.com/golang/lint/golint
|
||||
github.com/kardianos/govendor
|
||||
github.com/kisielk/errcheck
|
||||
github.com/kovetskiy/manul
|
||||
github.com/kr/pretty
|
||||
github.com/laher/goxc
|
||||
github.com/mailgun/godebug
|
||||
github.com/mdempsky/unconvert
|
||||
github.com/mitchellh/gox
|
||||
github.com/motemen/gore
|
||||
github.com/nsf/gocode
|
||||
github.com/pmezard/go-difflib/difflib
|
||||
github.com/rakyll/boom
|
||||
github.com/rogpeppe/godef
|
||||
github.com/tools/godep
|
||||
github.com/vektra/mockery/.../
|
||||
golang.org/x/tools/cmd/goimports
|
||||
golang.org/x/tools/cmd/gorename
|
||||
golang.org/x/tools/cmd/guru
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
|
||||
@@ -14,12 +14,9 @@ install_node_global_packages () {
|
||||
eslint \
|
||||
eslint-config-semistandard \
|
||||
eslint-config-standard \
|
||||
eslint-config-standard \
|
||||
eslint-plugin-promise \
|
||||
eslint-plugin-promise \
|
||||
eslint-plugin-react \
|
||||
eslint-plugin-standard \
|
||||
eslint-plugin-standard \
|
||||
htmllint-cli \
|
||||
jsfmt \
|
||||
jslinter \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Python
|
||||
#
|
||||
|
||||
# Load virtualenv-burrito if it's available
|
||||
if [ -f "$HOME/.venvburrito/startup.sh" ]; then
|
||||
source "$HOME/.venvburrito/startup.sh"
|
||||
# Init pyenv
|
||||
if [ -n "$(command -v pyenv)" ]; then
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user