/DotFiles

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

How to Install

First we need to install rcm.

Fedora

$ sudo dnf install rcm

Ubuntu

$ sudo apt install rcm

For other platforms refer to the official site.

Usage

It is recommended to clone this repository to ~/.dotfiles:

git clone https://github.com/QSaman/DotFiles.git ~/.dotfiles

Then create ~/.rcrc file with the following content. Feel free to change it according to your preferences:

TAGS="vim tmux bash"
EXCLUDES="README.md LICENSE"

For more information run man rcrc. Then run the following command:

$ rcup -d "$PWD" -v

Finally make sure to source the correct shell: ~/.my_bashrc for bash and ~/my_zshrc for zsh. For bash add the following line to ~/.bashrc:

. "$HOME"/.my_bashrc

References