quatauta / dotfiles

My collection of dotfiles for Linux, mostly used on Arch Linux

Home Page:https://gitlab.com/quatauta/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quatauta's dotfiles

My collection of dotfiles for Linux, mostly used on Gentoo/Linux systems. The dotfiles are managed with thoughtbot's rcm.

Setup

To use all these dotfiles files:

  1. Install thoughtbot's rcm
    • sudo apt-get install rcm on Ubuntu
    • pikaur -S rcm on Arch Linux with pikaur for rcm from AUR
    • brew install rcm with Brew on maxOS or Linux
  2. Clone this repository
    • git clone https://github.com/quatauta/dotfiles.git $HOME/.dotfiles
  3. Symlink rcm configuration to ~/.rcrc
    • ln -sv ~/.dotfiles/rcrc ~/.rcrc
  4. List the dotfiles in ~/.dotfiles and their locations in ~//${HOME}/ (optional, but recommended)
    • lsrc -F
  5. Symlink the dotfiles to ~/
    • rcup

About

My collection of dotfiles for Linux, mostly used on Arch Linux

https://gitlab.com/quatauta/dotfiles

License:GNU General Public License v3.0


Languages

Language:Vim Script 58.9%Language:Ruby 20.5%Language:Shell 13.7%Language:Lua 6.9%