mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Add initial version of mac installation scripts
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
brew install git
|
||||
brew install tmux
|
||||
brew install zsh
|
||||
brew install macvim
|
||||
brew linkapps macvim
|
||||
|
||||
brew install kdiff3
|
||||
Executable
+28
@@ -0,0 +1,28 @@
|
||||
# Install Cask
|
||||
brew install caskroom/cask/brew-cask
|
||||
|
||||
# Install Casks
|
||||
brew cask install firefox
|
||||
brew cask install spotify
|
||||
brew cask install steam
|
||||
brew cask install adium
|
||||
brew cask install sublime-text
|
||||
brew cask install eclipse-java
|
||||
brew cask install evernote
|
||||
brew cask install skype
|
||||
|
||||
brew cask install sizeup
|
||||
brew cask install cinch
|
||||
brew cask install battle-net
|
||||
brew cask install istat-menus
|
||||
brew cask install bartender
|
||||
brew cask install karabiner
|
||||
brew cask install macvim
|
||||
brew cask install google-chrome
|
||||
brew cask install the-unarchiver
|
||||
brew cask install magicprefs
|
||||
brew cask install dropbox
|
||||
brew cask install vlc
|
||||
|
||||
# brew cask install divvy
|
||||
# brew cask install postbox
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<root>
|
||||
<item>
|
||||
<name>Use PC Style "Change Input Source" Georgi</name>
|
||||
<appendix>Flip between input modes</appendix>
|
||||
<appendix>(Option_L+Shift_L to Command+Space)</appendix>
|
||||
<appendix>If you want to use Option_L+Shift_L as modifier, press Shift_L first. (then press Option_L.)</appendix>
|
||||
<identifier>remap.pcstyle_changeinputmethod1georgi</identifier>
|
||||
<autogen>__KeyToKey__ KeyCode::SHIFT_L, ModifierFlag::COMMAND_L, KeyCode::SLASH, ModifierFlag::COMMAND_L</autogen>
|
||||
</item>
|
||||
<item>
|
||||
<name>Replace ± with ~ Georgi</name>
|
||||
<appendix>Fix keys</appendix>
|
||||
<identifier>remap.pcstyle_changetildebacktick</identifier>
|
||||
<autogen>__KeyToKey__ KeyCode::UK_SECTION, KeyCode::BACKQUOTE</autogen>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,5 @@
|
||||
degrees
|
||||
wunderlist
|
||||
pocket
|
||||
twitter
|
||||
xcode
|
||||
Reference in New Issue
Block a user