/dotfiles

Tamer's dotfiles

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Tamer's dotfiles

dotfiles

I have based my dotfiles on scripts by Zach Holman. However, most of the scripts and dot files have been rewritten from scratch or slightly modified because I use bash, MacPorts, and both OSX and Linux instead of zsh, homebrew, and only OSX, respectively.

install

Run this:

sh
git clone https://github.com/tamersaadeh/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

TODO

  • Add the rest of the bash scripts
  • OSX/Linux specifics
  • Android SDK/NDK install
  • Macports scripts
  • Development tools
  • Backup and restore scripts

thanks

I forked Zach Holman's great dotfiles, which is originally on Ryan Bates' dotfiles. Most of the code is inspired by the "topical" approach that Holman uses.