Skip to content

conor-naranjo/dotfiles

Repository files navigation

A collection of various dotfiles and configs used across systems.

Has the bare essentials needed after a fresh Arch Linux install
and bash/vim configs that can be used across any Distro

To copy dotfiles:
stow <directory>

E.g.: stow i3

If stow is not installed, it can be copied from ./scripts/bin/stow to any
location that's inside of $PATH


Vim plugins are version controlled using submodules
To add a new plugin run: 
git submodule add <plugin repo> ./vim/.vim/pack/<key>/[start | opt]/<plugin name>
After running git submodule add, commit changes to .gitmodules

On a fresh clone of the dotfiles, to install Vim plugins run:
./get-submodules.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published