/dotfiles

My dotfiles I use with MacOs & Ubuntu

Primary LanguageShellApache License 2.0Apache-2.0

dotfiles

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. :-)

How to:

  1. Clone this repository (e.g. into /Users/tokra/github/)
  2. After clone open terminal and run this script (it's located in root of cloned repo): run.sh
  3. Next time you open terminal, it will fire installation of all things

Supports (MacOs):

  • Homebrew
  • Homebrew Cask
  • Caskroom Versions
  • NPM
  • Yarn

Unit tests:

Change log:

  • [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