Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 349 Bytes

dotfiles

My personal dotfiles, so far including zsh and neovim.

Installation

Ensure git is installed and run the following to clone the repository in a temporary directory and run install.sh script:

tmpdir="$(mktemp -d)"
git clone 'https://github.com/sewiti/dotfiles.git' "$tmpdir" && "$tmpdir/install.sh"
rm -rf "$tmpdir"