Files
dotfiles/README.md
2021-12-11 14:31:05 +01:00

627 B

Dotfiles

These are my Dotfiles, a collection of NeoVim, tmux, zsh, Hammerspoon, and other tools.

Initial Setup and Installation

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

Dotbot will create symlinks from all necessary files in the folder.

Setting Up a New Computer

The project includes a setup folder that has install scripts for everything I need on a new computer. The scripts can be run individually or all at once by running ./setup/init.sh.