tvl-depot/README.md

64 lines
2 KiB
Markdown
Raw Normal View History

2016-05-24 17:37:51 +02:00
# My Mac Configuration
I'm documenting this for personal use. Shell settings, vim settings, commonly used applications, et cetera...
### to do
* migrate Google Chrome bookmarks to new machine
2016-05-24 17:37:51 +02:00
### Commonly used applications
2016-05-24 17:39:07 +02:00
* homebrew - `key-repeat: 50ms delay-until-repeat: 300ms` necessary for procuring shell applications
2016-05-24 17:37:51 +02:00
* karabiner - increase your Mac's key repeat settings beyond the default range
* spectacle - resize and move your windows with keyboard shortcuts
* iterm - substitute for Terminal application
* oh my zsh - z-shell for Mac
* sublime text - text editor
* webstorm - web IDE
2016-06-14 16:18:09 +02:00
* pycharm - python IDE
2016-05-24 22:48:41 +02:00
* docker - for running containers and virtual environments
* mou - markdown editor
2016-06-14 16:18:09 +02:00
* f.lux - modulates the blue amount from the screen throughout the day
### Sublime Text settings
* SublimeLinter - lints files
* SublimeLinter-contrib-eslint - lints using eslint
* Oceanic Next Theme - buffer and editor theme
* Vintageous - extended Vim key-binding support
2016-05-26 21:19:28 +02:00
* Vintageous-Origami - extended Vintageous support for window pane mgt (ctrl + w) `"vintageous_use_ctrl_keys": true`
2016-05-26 21:19:58 +02:00
* Origami - dep. of Vintageous-Origami (see above)
* babel-sublime - supports JSNext features
2016-06-08 15:35:53 +02:00
* SublimeCodeIntel - robust autocomplete engine
2016-06-08 16:08:33 +02:00
* PackageResourceViewer - quickly view / edit installed Sublime Packages to enhance customization options
2016-05-27 16:04:20 +02:00
#### Sublime preferences (user)
```
{
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"font_face": "Source Code Pro",
"font_size": 12,
"ignored_packages":
[
"Vintage",
"VintageousOrigami"
],
"tab_size": 2,
"theme": "Oceanic Next.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": true
}
```
#### Sublime key-bindings (user)
```
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
```
### other notes
2016-05-24 18:51:52 +02:00
* add Adobe Source Code Pro font for shell and text editors
* increase trackpad / mouse speed to maximum levels