Skip to content

nomoresecrets/dotfiles

Repository files navigation

Files

.vim directory of file type configurations and plugins .vimrc my vim configuration

Instructions

Creating source files

Any file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .

For example:

_bashrc

becomes

${HOME}/.bashrc

Installing source files

It's as simple as running:

./install.sh

From this top-level directory.

I've extended the install.sh script to handle .config directory, too. Just create a directory named '_config' and add files or directories in this directory. Everything inside _config will be symlinked to .config.

For example:

_config/awesome/rc.lua

becomes

${HOME}/.config/awesome/rc.lua

Requirements

  • bash

Source

https://github.com/saz/dotfiles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published