squarefrog / dotfiles

A collection of my Vim and zsh files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Clone the reponsitory

$ git clone --recursive https://github.com/squarefrog/dotfiles.git ~/dotfiles

Install dependencies

macOS

$ ./mac/brew

Optionally, use the cask script to download common applications, and the macOS script to set sane preferences.

$ ./mac/cask
$ ./mac/macOS

Ubuntu

$ sudo ./ubuntu

Set your Git user:

$ cp ~/dotfiles/git/.gitconfig.local.example ~/.gitconfig.local
$ vim ~/.gitconfig.local

Install

Run the install script which uses stow to create symbolic links to the root of your home folder

$ ./install

Set shell to zsh

$ chsh -s $(which zsh)

Finally...

Restart your device.

About

A collection of my Vim and zsh files


Languages

Language:Shell 81.1%Language:Vim Script 11.4%Language:Python 6.7%Language:Ruby 0.8%