This is my personal dotfiles project for MacOs & Ubuntu Linux.
I was tired of always setting up of new environment, so I decided to make it automated everytime new machine comes up.
I know there are lots of such projects, but I wanted to make my own to improve & learn more shell/bash scripting skills. :-)
- Clone this repository (e.g. into
/Users/tokra/github/) - After clone open terminal and run this script (it's located in root of cloned repo):
run.sh - Next time you open terminal, it will fire installation of all things
- Homebrew
- Homebrew Cask
- Caskroom Versions
- NPM
- Yarn
- [Nov2017] Started using Bats: Bash Automated Testing System for testing my utils/helpers scripts.
- [2017-Nov-17]: Bats unit tests
- [2017-Nov-19]: Added exporting app homes using brew/cask
- [2017-Nov-19]: moved exporting paths out of .bash_profile to paths.sh
- [2017-Nov-19]: refactor/update of hombrewTools.sh