Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/mac_tool_conf
https://github.com/shiraji/mac_tool_conf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiraji/mac_tool_conf
- Owner: shiraji
- Created: 2014-01-20T00:41:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T04:39:30.000Z (over 9 years ago)
- Last Synced: 2024-10-30T02:42:17.271Z (3 months ago)
- Language: Shell
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mac_tool_conf
=============
This is repository that keep the configuration for mac's tools.#How to use
##Karabinder
```
cd ~/mac_tool_conf/Karabinder
bash conf.sh
cp private.xml /Users/isogai_yoshinori/Library/Application\ Support/Karabiner/private.xml
```
Change Key tab > Reload XML##iTerm2
```
iTerm2 > Preferences > General > Load preferences from a custom folder or URL
```##Seil
```
cp org.pqrs.Seil.plist ~/Library/Preferences/org.pqrs.Seil.plist
```##Xcode
```
cp -prf wombat.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
```##HyperSwitch
```
cp com.bahoom.HyperSwitch.plist ~/Library/Preferences/com.bahoom.HyperSwitch.plist
```##AndroidStudio
```
File > Import Settings, then choose file to import
```#How to export settings
##Karabinder
```
cd ~/mac_tool_conf/Karabinder
/Applications/Karabiner.app/Contents/Library/bin/karabiner export > conf.sh
cp /Users/isogai_yoshinori/Library/Application\ Support/Karabiner/private.xml .
```##iTerm2
```
iTerm2 > Preferences > General > Load preferences from a custom folder or URL
```
Choose empty folder##Seil
```
cp ~/Library/Preferences/org.pqrs.Seil.plist org.pqrs.Seil.plist
```##Xcode
```
cp -prf ~/Library/Developer/Xcode/UserData/FontAndColorThemes wombat.dvtcolortheme
```##HyperSwitch
```
cp ~/Library/Preferences/com.bahoom.HyperSwitch.plist com.bahoom.HyperSwitch.plist
```##AndroidStudio
```
File > Export Settings, then choose file to export
```