backup VScode and iTerm2 prefs

This commit is contained in:
Morgan Wattiez 2019-03-01 12:47:37 +01:00
parent bb36ed649b
commit 8364935ebb
3 changed files with 1472 additions and 1 deletions

View File

@ -35,7 +35,12 @@ git clone https://github.com/AlexisBRENON/oh-my-zsh-reminder ~/.oh-my-zsh/custom
``` ```
### install Meslo font ### install Meslo font
Get it from `https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf` and configure it as default in iTerm2 Set this font in iTerm2 (14px is my personal preference) (iTerm → Preferences → Profiles → Text → Change 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
``` ```
@ -46,3 +51,5 @@ defaults write http://com.apple .screencapture location ~/Downloads
### Install NPM dependencies ### Install NPM dependencies
`npm install -g jira-node-cli` `npm install -g jira-node-cli`

1453
com.googlecode.iterm2.plist Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
{
"editor.fontFamily": "Meslo LG M for Powerline, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"jenkins.pipeline.linter.connector.user": "morgan.wattiez",
"jenkins.pipeline.linter.connector.url": "https://jenkins.collibra.com/pipeline-model-converter/validate",
"terminal.integrated.fontSize": 14,
"editor.autoClosingBrackets": "always"
}