Skip to content

zrierc/.dotfiles

Repository files navigation

Personal Dotfiles

Yo! This is my ricing.

Pre-Requisite

Currently I'm using PopOS. Sorry not using Arch (yet)

  • Git

    Install with following command:

    sudo apt install git
  • GNU stow

    Install with following command:

    sudo apt install stow

Installation

  1. Clone this repo into home directory and enter the directory

    git clone git@github.com:zrierc/.dotfiles.git ~/.dotfiles
    cd ~/.dotfiles
  2. Install required git sub-module

    git submodule update --init --recursive
  3. Create symlink using stow

    Stow for specific configuration:

    stow nvim

    Or stow for all configuration using setup.sh:

    chmod +x ./setup.sh
    ./setup.sh -i

    [!NOTE] setup.sh is installation script for stowing all directories automatically. Execute setup.sh --help to list available options.

Uninstall

To uninstall simply unstow with following command:

stow -D nvim

Or unstow all configuration using setup.sh:

./setup.sh -r

Credits

Shout out to these awesome people who inspired me (I also use their config/scripts) to ricing stuff: