Skip to content

QSaman/DotFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published