This repo is dedicated to the files needed to setup a command line macOS or Linux environment quickly, easily and commonly.
The hope was that once a base macOS or Linux environment was installed a user could clone this repo to $HOME/settings
and then run $HOME/settings/install.sh
. That hope has never been fully realized. The current installation steps require:
- install zsh
- install oh-my-zsh
- clone this repo
- from the
$HOME/settings
directory runstow --stow config gdb git vim zsh
- build a proper version of VIM to support all plugins
As time allows, I will work on automating these tasks into a shell script which can be pulled and run from a web location to allow a one step installation similar to oh-my-zsh, rust and many others:
# I hope to create something like this in the near future...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jasonivey/settings/master/tools/install.sh)"