Skip to content

sewiti/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"