Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

thiagokokada/dotfiles

Repository files navigation

dotfiles

A repository with my personal configuration files. Managed using GNU stow.

How to use

Clone this repository (including submodules) in ~/.dotfiles directory, e.g.:

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

Use stow to manage symlinks, e.g.:

$ cd ~/.dotfiles
$ stow zsh

(n)vim and its dependencies is managed using vim-plug, so you need to use:

:PlugInstall

inside (n)vim command mode to install all plugins.