/dotfiles-vintage

Dotfiles ✝️ 2016-2021

Primary LanguageVim ScriptMIT LicenseMIT

Maintenance

Dotfiles

These are my Dotfiles, a collection of Vim, tmux, zsh, Hammerspoon, and configurations of all kinds of different tools.

Initial Setup and Installation

Clone the dotfiles repository to your computer. Symbolic links will be created to reference it from your home directory.

git clone git@github.com:kogakure/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

install.sh will begin with downloading Homebrew and oh-my-zsh. It will install all symbolic links into your home directory. Every file with a .symlink extension will be symlinked to the home directory with a . in front of it. As an example, it will link vimrc.symlink to ~/.vimrc. Then, it will install, download or copy all necessary files for Homebrew, Homebrew Cask, nvm, Ruby and tmux. It will also set Mac OS X defaults.