mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
randomness
This commit is contained in:
parent
6a3de7b52c
commit
9b128e2fb7
12
Brewfile
12
Brewfile
@ -3,12 +3,13 @@
|
|||||||
###############################
|
###############################
|
||||||
|
|
||||||
tap "adoptopenjdk/openjdk"
|
tap "adoptopenjdk/openjdk"
|
||||||
tap "aws/tap"
|
|
||||||
tap "cloudflare/cloudflare"
|
tap "cloudflare/cloudflare"
|
||||||
tap "dart-lang/dart"
|
tap "dart-lang/dart"
|
||||||
|
tap "dopplerhq/cli"
|
||||||
tap "facebook/fb"
|
tap "facebook/fb"
|
||||||
tap "github/bootstrap"
|
tap "github/bootstrap"
|
||||||
tap "github/gh"
|
tap "github/gh"
|
||||||
|
tap "hashicorp/tap"
|
||||||
tap "heroku/brew"
|
tap "heroku/brew"
|
||||||
tap "homebrew/bundle"
|
tap "homebrew/bundle"
|
||||||
tap "homebrew/cask"
|
tap "homebrew/cask"
|
||||||
@ -19,6 +20,7 @@ tap "homebrew/core"
|
|||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
tap "homebrew/test-bot"
|
tap "homebrew/test-bot"
|
||||||
tap "sass/sass"
|
tap "sass/sass"
|
||||||
|
tap "superfly/tap"
|
||||||
tap "teamookla/speedtest"
|
tap "teamookla/speedtest"
|
||||||
tap "thoughtbot/formulae"
|
tap "thoughtbot/formulae"
|
||||||
tap "twilio/brew"
|
tap "twilio/brew"
|
||||||
@ -97,7 +99,6 @@ brew "nvm"
|
|||||||
|
|
||||||
# Mostly ordinary binaries
|
# Mostly ordinary binaries
|
||||||
brew "act"
|
brew "act"
|
||||||
brew "aws/tap/aws-sam-cli"
|
|
||||||
brew "aws-shell"
|
brew "aws-shell"
|
||||||
brew "awscli"
|
brew "awscli"
|
||||||
brew "angular-cli"
|
brew "angular-cli"
|
||||||
@ -118,12 +119,17 @@ brew "deno"
|
|||||||
brew "dive"
|
brew "dive"
|
||||||
brew "docker-credential-helper-ecr"
|
brew "docker-credential-helper-ecr"
|
||||||
brew "doctl"
|
brew "doctl"
|
||||||
|
brew "dopplerhq/cli/doppler"
|
||||||
brew "elixir"
|
brew "elixir"
|
||||||
brew "erlang"
|
brew "erlang"
|
||||||
brew "fx"
|
brew "fx"
|
||||||
brew "geoip"
|
brew "geoip"
|
||||||
brew "go"
|
brew "go"
|
||||||
brew "guetzli"
|
brew "guetzli"
|
||||||
|
brew "hashicorp/tap/packer"
|
||||||
|
brew "hashicorp/tap/terraform"
|
||||||
|
brew "hashicorp/tap/vault"
|
||||||
|
brew "hashicorp/tap/waypoint"
|
||||||
brew "heroku/brew/heroku"
|
brew "heroku/brew/heroku"
|
||||||
brew "heroku/brew/heroku-node"
|
brew "heroku/brew/heroku-node"
|
||||||
brew "htop"
|
brew "htop"
|
||||||
@ -173,8 +179,8 @@ brew "serverless"
|
|||||||
brew "shellcheck"
|
brew "shellcheck"
|
||||||
brew "sqlite"
|
brew "sqlite"
|
||||||
brew "sub2srt"
|
brew "sub2srt"
|
||||||
|
brew "superfly/tap/flyctl"
|
||||||
brew "teamookla/speedtest/speedtest"
|
brew "teamookla/speedtest/speedtest"
|
||||||
brew "terraform"
|
|
||||||
brew "thoughtbot/formulae/parity"
|
brew "thoughtbot/formulae/parity"
|
||||||
brew "tor"
|
brew "tor"
|
||||||
brew "torsocks"
|
brew "torsocks"
|
||||||
|
@ -15,15 +15,19 @@ packages=(
|
|||||||
gatsby-cli
|
gatsby-cli
|
||||||
gitmoji-cli
|
gitmoji-cli
|
||||||
gulp
|
gulp
|
||||||
|
is-up-cli
|
||||||
json-server
|
json-server
|
||||||
netlify-cli
|
netlify-cli
|
||||||
newman
|
newman
|
||||||
nodemon
|
nodemon
|
||||||
npm-check
|
npm-check
|
||||||
|
npm-check-updates
|
||||||
pm2
|
pm2
|
||||||
postcss-cli
|
postcss-cli
|
||||||
postcss
|
postcss
|
||||||
prettier
|
prettier
|
||||||
|
release-it
|
||||||
|
serve
|
||||||
standard
|
standard
|
||||||
stylelint
|
stylelint
|
||||||
superstatic
|
superstatic
|
||||||
|
@ -86,12 +86,14 @@ make_hugo() {
|
|||||||
# parentheses lets us cd to Hugo path without changing our current location
|
# parentheses lets us cd to Hugo path without changing our current location
|
||||||
(
|
(
|
||||||
cd "$GOPATH/src/github.com/gohugoio/hugo" \
|
cd "$GOPATH/src/github.com/gohugoio/hugo" \
|
||||||
|
&& /bin/bash -c "$GOPATH/bin/hugo env" \
|
||||||
&& git checkout master \
|
&& git checkout master \
|
||||||
&& mage uninstall \
|
&& mage uninstall \
|
||||||
&& git pull origin master \
|
&& git pull origin master \
|
||||||
&& git reset --hard HEAD \
|
&& git reset --hard HEAD \
|
||||||
&& mage -v hugo \
|
&& mage -v hugo \
|
||||||
&& HUGO_BUILD_TAGS=extended mage -v install
|
&& HUGO_BUILD_TAGS=extended mage -v install \
|
||||||
|
&& /bin/bash -c "$GOPATH/bin/hugo env"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
alias hugo_brew="brew upgrade hugo --fetch-HEAD --build-from-source"
|
alias hugo_brew="brew upgrade hugo --fetch-HEAD --build-from-source"
|
||||||
|
@ -45,8 +45,8 @@ update() {
|
|||||||
brew cleanup
|
brew cleanup
|
||||||
|
|
||||||
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
|
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
|
||||||
npm install npm@latest --global
|
npm install --global npm@latest npm-check-updates@latest
|
||||||
npm update --global
|
npm-check-updates --global --upgrade
|
||||||
yarn global upgrade
|
yarn global upgrade
|
||||||
|
|
||||||
echo -e "${YELLOW}Updating Ruby gems...${NC}"
|
echo -e "${YELLOW}Updating Ruby gems...${NC}"
|
||||||
|
@ -53,12 +53,11 @@ export PATH="$HOMEBREW_PREFIX/opt/jpeg-turbo/bin:$PATH"
|
|||||||
#export LDFLAGS="-L$HOMEBREW_PREFIX/opt/jpeg-turbo/lib"
|
#export LDFLAGS="-L$HOMEBREW_PREFIX/opt/jpeg-turbo/lib"
|
||||||
#export CPPFLAGS="-I$HOMEBREW_PREFIX/opt/jpeg-turbo/include"
|
#export CPPFLAGS="-I$HOMEBREW_PREFIX/opt/jpeg-turbo/include"
|
||||||
|
|
||||||
# nvm
|
|
||||||
# export NVM_DIR="$HOME/.nvm"
|
|
||||||
# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
if command -v pyenv 1>/dev/null 2>&1; then
|
if command -v pyenv 1>/dev/null 2>&1; then
|
||||||
|
eval "$(pyenv init --path)"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user