daveyarwood / dotfiles

my version-controlled config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap script

daveyarwood opened this issue · comments

Consider writing an install script that will automate bootstrapping a new system -- installing all the stuff I need, etc. and finally running the dotbot install script in this repo.

Ideally, this should be cross-platform compatible, so I can run it in Linux or OS X environments to bootstrap my system. Could use a combination of OS-checking in specific functions, and having separate scripts for OS X vs Linux-specific things.

Should look around and see how other people are doing this.

Things to potentially automate:

  • installing Fish shell + OMF
  • installing Neovim
  • git cloning my dotfiles and installing them via the dotbot install script

This should be good for starters -- can automate installing other stuff later.