diff --git a/Brewfile b/Brewfile index 6b9fb10..c842ef0 100644 --- a/Brewfile +++ b/Brewfile @@ -3,10 +3,17 @@ tap "homebrew/cask" tap "homebrew/core" tap "twpayne/taps" tap "iveney/mocha" + cask "java" cask "iterm2" cask "zoomus" cask "visual-studio-code" +cask "pgadmin4" +cask "sloth" + +# Fonts +cask "font-meslo-for-powerline" + brew "git-ftp" brew "gnu-sed" brew "hugo" @@ -17,8 +24,6 @@ brew "python3" brew "ripgrep" brew "twpayne/taps/chezmoi" brew "tmux" -cask "pgadmin4" -cask "sloth" brew "node" brew "fasd" brew "peco" diff --git a/README.md b/README.md index b33115e..d934089 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ else fi ``` -### Install dependencies with Brew +### Install dependencies (apps, fonts, ...) with Brew `brew bundle` ### Install Oh My Zsh @@ -34,14 +34,6 @@ gsed 's#ZSH_THEME="robbyrussell"#ZSH_THEME="powerlevel9k/powerlevel9k"#g' -i ~/ git clone https://github.com/AlexisBRENON/oh-my-zsh-reminder ~/.oh-my-zsh/custom/plugins/reminder ``` -### install Meslo font -Get it from `https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf` and install it. - -Mackup is already configured to sync the Font preferences in VSCode and iTerm2 - -#### In case the VSCode settings are not in sync with the dotfiles : -`ln -s ~/.config/Code/User/settings.json "/Users/morganwattiez/Library/Application Support/Code/User/settings.json"` - ### OSX Defaults ``` defaults write http://com.apple .screencapture location ~/Downloads