Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 811 Bytes

Usage

git clone https://github.com/calid/dotfiles.git --recurse-submodules

Caveat Emptor

These configurations are provided as-is, without warranty or guarantees. They work for me, but they may not work for you. You should review these files before using them and modify them based on your needs. You have been warned.

Vim

ln -sv dotfiles/vim ~/.vim

Bash

ln -sv dotfiles/skel/{.profile,.bash_profile,.bashrc} ~/
ln -sv dotfiles/profile.d ~/.profile.d
ln -sv dotfiles/bashrc.d ~/.bashrc.d
ln -sv dotfiles/etc/inputrc ~/.inputrc

one-time/login configurations are under profile.d (e.g. environment variables). per-shell/interactive configurations are under bashrc.d (e.g. prompt & aliases).

etc

symlink the files under etc as appropriate