-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSX.txt
79 lines (60 loc) · 2.06 KB
/
OSX.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Sublime text
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
# xcode command
xcode-select --install
# homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# oh_my_zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Theme: Strug
# vimrc
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
# cask programms
brew cask install java
# brew programms
brew install git node python ruby vim pyenv jenv gradle scala sbt postgres mongodb
# brew services
brew services
# fonts
brew tap caskroom/fonts
brew cask install font-hack
# Java 8
brew tap caskroom/versions
brew cask install java8
# ssh
ssh-keygen
# git
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git config --global alias.st status
git config --global core.autocrlf input
git config --global core.editor vim
git config --global core.whitespace cr-at-eol
git config --global log.date local
git config --global merge.tool vimdiff
git config --global pull.rebase false
git config --global push.default simple
git config --global user.email "[email protected]"
git config --global user.name "Kevin Gutiérrez"
# git mergetool
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
git config --global merge.tool opendiff
# Code folders
mkdir ~/code
mkdir ~/code/zooloop
# postgresql
createdb
psql
# Ruby
echo "gem: --no-rdoc --no-ri" > ~/.gemrc
# DEVELOP branch
git fetch --all
git checkout develop
# Soundflower
https://github.com/mattingalls/Soundflower/releases/tag/2.0b2
https://apple.stackexchange.com/questions/212829/how-to-record-both-screen-and-sound-with-quicktime-on-el-capitan
#phpenv
brew install gcc re2c libmcrypt autoconf automake libiconv bison openssl libxml2 jpeg libpng