automate font installation
This commit is contained in:
parent
dfdc8dd428
commit
979f78d0b5
9
Brewfile
9
Brewfile
@ -3,10 +3,17 @@ tap "homebrew/cask"
|
|||||||
tap "homebrew/core"
|
tap "homebrew/core"
|
||||||
tap "twpayne/taps"
|
tap "twpayne/taps"
|
||||||
tap "iveney/mocha"
|
tap "iveney/mocha"
|
||||||
|
|
||||||
cask "java"
|
cask "java"
|
||||||
cask "iterm2"
|
cask "iterm2"
|
||||||
cask "zoomus"
|
cask "zoomus"
|
||||||
cask "visual-studio-code"
|
cask "visual-studio-code"
|
||||||
|
cask "pgadmin4"
|
||||||
|
cask "sloth"
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
cask "font-meslo-for-powerline"
|
||||||
|
|
||||||
brew "git-ftp"
|
brew "git-ftp"
|
||||||
brew "gnu-sed"
|
brew "gnu-sed"
|
||||||
brew "hugo"
|
brew "hugo"
|
||||||
@ -17,8 +24,6 @@ brew "python3"
|
|||||||
brew "ripgrep"
|
brew "ripgrep"
|
||||||
brew "twpayne/taps/chezmoi"
|
brew "twpayne/taps/chezmoi"
|
||||||
brew "tmux"
|
brew "tmux"
|
||||||
cask "pgadmin4"
|
|
||||||
cask "sloth"
|
|
||||||
brew "node"
|
brew "node"
|
||||||
brew "fasd"
|
brew "fasd"
|
||||||
brew "peco"
|
brew "peco"
|
||||||
|
10
README.md
10
README.md
@ -23,7 +23,7 @@ else
|
|||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install dependencies with Brew
|
### Install dependencies (apps, fonts, ...) with Brew
|
||||||
`brew bundle`
|
`brew bundle`
|
||||||
|
|
||||||
### Install Oh My Zsh
|
### 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
|
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
|
### OSX Defaults
|
||||||
```
|
```
|
||||||
defaults write http://com.apple .screencapture location ~/Downloads
|
defaults write http://com.apple .screencapture location ~/Downloads
|
||||||
|
Loading…
Reference in New Issue
Block a user