Skip to content

bordenet/dotfiles

 
 

Repository files navigation

metakermit's ~/.*

After looking at the many interesting dotfile solutions, I decided to go the build-your-own-lightsaber road after all. So here goes…

Installation

On a clean Ubuntu machine, do:

wget -O - https://raw.githubusercontent.com/metakermit/dotfiles/master/meta/install-linux.sh | bash

In OS X do:

bash <(curl -s https://raw.githubusercontent.com/metakermit/dotfiles/master/meta/install-mac.sh)

Alternatively, if you already have git and you cloned this repository, in Ubuntu just do:

./meta/install-linux.sh

or on a Mac:

./meta/instal-mac.sh

TODO:

  • store kermit-location inside the scripts folder
  • k script prefix with tab-completed subcommands - argparse+genzshcomp, OptionParser or trollop
  • move additionally () to separate file (too custom to my preferences)
  • install essential programs platform-independently

Changelog

Thanks!

meta/install.sh - https://github.com/holman/dotfiles/blob/master/script/bootstrap

About

kermit's ~/.*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.8%
  • Python 46.1%
  • Other 1.1%