mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
random updates
This commit is contained in:
parent
5db38c10ea
commit
e24464dfa8
4
Brewfile
4
Brewfile
@ -16,6 +16,7 @@ tap "homebrew/cask-versions"
|
|||||||
tap "homebrew/core"
|
tap "homebrew/core"
|
||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
tap "homebrew/test-bot"
|
tap "homebrew/test-bot"
|
||||||
|
tap "planetscale/tap"
|
||||||
tap "sass/sass"
|
tap "sass/sass"
|
||||||
tap "wpscanteam/tap"
|
tap "wpscanteam/tap"
|
||||||
|
|
||||||
@ -128,6 +129,7 @@ brew "packer"
|
|||||||
brew "pandoc"
|
brew "pandoc"
|
||||||
brew "php"
|
brew "php"
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
|
brew "planetscale/tap/pscale"
|
||||||
brew "pngcheck"
|
brew "pngcheck"
|
||||||
brew "pngcrush"
|
brew "pngcrush"
|
||||||
brew "postgresql"
|
brew "postgresql"
|
||||||
@ -323,11 +325,13 @@ cask "homebrew/cask-drivers/sonos"
|
|||||||
###############################
|
###############################
|
||||||
|
|
||||||
# Monospace
|
# Monospace
|
||||||
|
cask "homebrew/cask-fonts/font-cascadia-code"
|
||||||
cask "homebrew/cask-fonts/font-source-code-pro"
|
cask "homebrew/cask-fonts/font-source-code-pro"
|
||||||
cask "homebrew/cask-fonts/font-hack"
|
cask "homebrew/cask-fonts/font-hack"
|
||||||
cask "homebrew/cask-fonts/font-ibm-plex-mono"
|
cask "homebrew/cask-fonts/font-ibm-plex-mono"
|
||||||
cask "homebrew/cask-fonts/font-roboto-mono"
|
cask "homebrew/cask-fonts/font-roboto-mono"
|
||||||
cask "homebrew/cask-fonts/font-sf-mono" # iTerm/VS Code font, comes in .pkg
|
cask "homebrew/cask-fonts/font-sf-mono" # iTerm/VS Code font, comes in .pkg
|
||||||
|
cask "homebrew/cask-fonts/font-sf-mono-for-powerline"
|
||||||
|
|
||||||
# Sans/Serif
|
# Sans/Serif
|
||||||
cask "homebrew/cask-fonts/font-comic-neue"
|
cask "homebrew/cask-fonts/font-comic-neue"
|
||||||
|
@ -31,3 +31,6 @@ Temporary Items
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
.wakatime-project
|
.wakatime-project
|
||||||
|
|
||||||
|
|
||||||
|
.sentryclirc
|
||||||
|
@ -23,6 +23,7 @@ packages=(
|
|||||||
@babel/cli
|
@babel/cli
|
||||||
@babel/core
|
@babel/core
|
||||||
@lhci/cli
|
@lhci/cli
|
||||||
|
@vercel/ncc
|
||||||
autoprefixer
|
autoprefixer
|
||||||
browserify
|
browserify
|
||||||
dtslint
|
dtslint
|
||||||
@ -36,6 +37,7 @@ packages=(
|
|||||||
gzip-size-cli
|
gzip-size-cli
|
||||||
json-server
|
json-server
|
||||||
netlify-cli
|
netlify-cli
|
||||||
|
next
|
||||||
nodemon
|
nodemon
|
||||||
npm-check-updates
|
npm-check-updates
|
||||||
npm-name-cli
|
npm-name-cli
|
||||||
@ -45,12 +47,13 @@ packages=(
|
|||||||
prettier
|
prettier
|
||||||
release-it
|
release-it
|
||||||
rollup
|
rollup
|
||||||
serve
|
|
||||||
standard
|
standard
|
||||||
stylelint
|
stylelint
|
||||||
|
superstatic
|
||||||
svgo
|
svgo
|
||||||
terser
|
terser
|
||||||
typescript
|
typescript
|
||||||
|
typesync
|
||||||
vercel
|
vercel
|
||||||
webpack
|
webpack
|
||||||
webpack-cli
|
webpack-cli
|
||||||
|
@ -74,8 +74,9 @@ alias dcr="docker-compose down && docker-compose up -d"
|
|||||||
alias dcl="docker-compose logs -f"
|
alias dcl="docker-compose logs -f"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Node
|
# Node/NPM/Yarn
|
||||||
#
|
#
|
||||||
|
alias npr="npm run"
|
||||||
alias fresh_npm="rm -rf node_modules package-lock.json && npm install"
|
alias fresh_npm="rm -rf node_modules package-lock.json && npm install"
|
||||||
alias fresh_yarn="rm -rf node_modules yarn.lock && yarn install"
|
alias fresh_yarn="rm -rf node_modules yarn.lock && yarn install"
|
||||||
|
|
||||||
|
@ -43,10 +43,6 @@ export PATH="$HOMEBREW_PREFIX/opt/curl/bin:$PATH"
|
|||||||
# Rust/Cargo
|
# Rust/Cargo
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# yarn
|
|
||||||
export PATH="$HOME/.yarn/bin:$PATH"
|
|
||||||
export PATH="$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
|
||||||
|
|
||||||
# misc.
|
# misc.
|
||||||
export PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH"
|
export PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH"
|
||||||
export PATH="$HOMEBREW_PREFIX/opt/whois/bin:$PATH"
|
export PATH="$HOMEBREW_PREFIX/opt/whois/bin:$PATH"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c7caf57ca805abd54f11f756fda6395dd4187f8a
|
Subproject commit c5ce0014677a0f69a10b676b6038ad127f40c6b1
|
Loading…
x
Reference in New Issue
Block a user