Finally getting around to piecing together some dotfiles/configs/setup scripts for a new machine.
Clone this repo [email protected]:eklemen/ekDotfiles.git
Run sudo setup.sh
- Make directory and import Sublime settings
- Create separate .sh for OSX default scripts
- Create separate .sh for other general setup scripts (need to be bash executable)
- Add
echo's for each step of installment
- Add
- Remap php.ini when upgrading to php7
- create symlink.sh for packages that live in this repo
- create install.sh for packages that get installed to the machine
- Create a setup.sh that will run symlink.sh and install.sh
- Update README to reflect steps and what is happening in order