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