Skip to content

Custom dotfiles for zsh and bash on both macOS and Ubuntu

License

Notifications You must be signed in to change notification settings

jasonivey/settings

Repository files navigation

Maintainer

Settings

This repo is dedicated to the files needed to setup a command line macOS or Linux environment quickly, easily and commonly.

Usage

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:

  1. install zsh
  2. install oh-my-zsh
  3. clone this repo
  4. from the $HOME/settings directory run stow --stow config gdb git vim zsh
  5. 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)"