-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (16 loc) · 926 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- Install 'git-completion' from http://bash-completion.alioth.debian.org/
- Read to config iTerm shortcuts http://elweb.co/making-iterm-2-work-with-normal-mac-osx-keyboard-shortcuts/
- Install SourceTree from http://www.sourcetreeapp.com/
- Install SequelPro from http://www.sequelpro.com/
- Install MySql from brew install mysql
If having problems with rmagick:
- brew uninstall pkgconfig imagemagick, brew install imagemagick pkgconfig, bundle
Edit machine's .bash_profile, adding:
- export DOTFILE_RELATIVE_PATH="path_to_dotfile_folder"
- eval "source ${DOTFILE_RELATIVE_PATH}/.custom_bash_profile"
If having versioning problems with files having non-English characters:
- git config --global core.precomposeunicode false
If having problems with end of line characters
- git config --global core.autocrlf true
If needing to mount windows shared folder (for vm)
https://wiki.ubuntu.com/MountWindowsSharesPermanently