Here are some of the most basic dotfiles that I use. This repo is a work in progress.
I recommend cloning this repository into ~/.dotfiles, but it will function
appropriately wherever you decide to store it.
$ git clone git@github.com:cyrusstoller/dotfiles.git ~/.dotfiles --recursiveAdd default "Author Name" and "Email"
cp preferences/gitconfig ~/.gitconfigOr do it manually
$ git config --global user.name "Cyrus Stoller"
$ git config --global user.email cyrus.stoller@gmail.comTo install Vundler be sure to run:
$ git submodule init
$ git submodule update --remoteTo install the vim plugins once vim has started:
:PluginUpdate$ ./install-macos.sh
# OR
$ ./install-crostini.sh