Skip to content

Commit

Permalink
a bunch of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannaths committed Aug 15, 2019
1 parent 0a7c7b5 commit beef6c4
Show file tree
Hide file tree
Showing 7 changed files with 961 additions and 63 deletions.
107 changes: 55 additions & 52 deletions Homebrew/Brewfile
Original file line number Diff line number Diff line change
@@ -1,53 +1,56 @@
cask_args appdir: "/Applications"
tap "caskroom/cask"
tap "caskroom/fonts"
tap "heroku/brew"
tap "drone/drone"
# frozen_string_literal: true

brew "aria2"
brew "chruby"
brew "drone"
brew "fzf"
brew "heroku"
brew "kubernetes-cli"
brew "mas"
brew "node"
brew "openssl"
brew "postgresql"
brew "redis"
brew "rsync"
brew "ruby-install"
brew "tree"
brew "watchman"
brew "wget"
brew "xhyve"
brew "zsh-completions"
brew "zsh"
cask "1password"
cask "alfred"
cask "dash"
cask "docker"
cask "dropbox"
cask "expressvpn"
cask "figma"
cask "font-source-code-pro"
cask "google-chrome"
cask "insomnia"
cask "iterm2"
cask "ngrok"
cask "notion"
cask "numi"
cask "postico"
cask "sip"
cask "sketch"
cask "slack"
cask "the-unarchiver"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"
mas "Affinity Designer", id: 824171161
mas "Affinity Photo", id: 824183456
mas "bandwidth", id: 490461369
mas "Medis", id: 1063631769
mas "Moom", id: 419330170
mas "Speedtest", id: 1153157709
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'heroku/brew'
tap 'drone/drone'

brew 'aria2'
brew 'chruby'
brew 'drone'
brew 'fzf'
brew 'heroku'
brew 'kubernetes-cli'
brew 'mas'
brew 'node'
brew 'openssl'
brew 'postgresql'
brew 'redis'
brew 'rsync'
brew 'ruby-install'
brew 'tree'
brew 'watchman'
brew 'wget'
brew 'xhyve'
brew 'zsh-completions'
brew 'zsh'
cask '1password'
cask 'alfred'
cask 'dash'
cask 'docker'
cask 'dropbox'
cask 'expressvpn'
cask 'figma'
cask 'font-source-code-pro'
cask 'google-chrome'
cask 'insomnia'
cask 'iterm2'
cask 'ngrok'
cask 'notion'
cask 'numi'
cask 'postico'
cask 'sip'
cask 'sketch'
cask 'slack'
cask 'the-unarchiver'
cask 'virtualbox'
cask 'visual-studio-code'
cask 'vlc'
mas 'Affinity Designer', id: 824_171_161
mas 'Affinity Photo', id: 824_183_456
mas 'bandwidth', id: 490_461_369
mas 'Medis', id: 1_063_631_769
mas 'Moom', id: 419_330_170
mas 'Speedtest', id: 1_153_157_709
mas 'Gif Brewery 3 by Gfycat', id: 1_081_413_713
37 changes: 35 additions & 2 deletions VSCode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
".env.development": "shellscript",
".env.test": "shellscript",
"*.env": "shellscript",
".huskyrc": "json"
".huskyrc": "json",
". lintstagedrc": "json",
".lintstagedrc": "json"
},
"workbench.startupEditor": "newUntitledFile",
"editor.formatOnSave": true,
Expand Down Expand Up @@ -68,5 +70,36 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDragAndDrop": false,
"breadcrumbs.enabled": true
"breadcrumbs.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.validate.enable": false,
"javascript.validate.enable": false,
"typescript.disableAutomaticTypeAcquisition": true,
"editor.parameterHints.enabled": false,
"editor.quickSuggestions": true,
"editor.hover.enabled": true,
"outline.icons": false,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabCompletion": "onlySnippets",
"ruby.rubocop.onSave": true,
"[ruby]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "misogi.ruby-rubocop"
},
"ruby.format": "rubocop",
"editor.formatOnSaveTimeout": 1500,
"window.zoomLevel": 0,
"extensions.ignoreRecommendations": true,
"javascript.suggest.autoImports": false,
"typescript.suggest.autoImports": false,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.packageManager": "yarn",
"eslint.alwaysShowStatus": true,
"search.usePCRE2": true
}
2 changes: 1 addition & 1 deletion Zsh/.zsh-plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ zsh-users/zsh-autosuggestions
Tarrasch/zsh-autoenv
zdharma/fast-syntax-highlighting
mafredri/zsh-async
sindresorhus/pure
# sindresorhus/pure
9 changes: 9 additions & 0 deletions Zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ ANTIBODY_HOME="$(antibody home)"
ZSH_THEME=""
DISABLE_AUTO_UPDATE="true"

# My prompt
PROMPT='$FG[133]$%{$reset_color%} '

# newline before prompt
precmd() { print "" }

# Ident output 4 spaces
# exec 1> >(sed 's/^/ /')

export ZSH="$ANTIBODY_HOME"/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh
export TLD_PATH=/Users/christiannaths/.local/share/Hinterland/TheLongDark

Expand Down
Binary file added Zsh/bin/antibody
Binary file not shown.
3 changes: 3 additions & 0 deletions Zsh/osx.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ alias hideall='defaults write com.apple.Finder AppleShowAllFiles NO'

FZF_DEFAULT_OPTS='--height 10 --border --inline-info'

# Dsiable swipe to go back in Chrome
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE

pr() {
DIR=`find ~/Projects -maxdepth 2 -type d -print 2> /dev/null | grep $1 | fzf` \
&& cd "$DIR"
Expand Down
Loading

0 comments on commit beef6c4

Please sign in to comment.