PrunedNeuron / rc

My arch linux dotfiles, managed by GNU Stow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

64 6F 74 66 69 6C 65 73

     _       _    __ _ _           
  __| | ___ | |_ / _(_) | ___  ___ 
 / _` |/ _ \| __| |_| | |/ _ \/ __|
| (_| | (_) | |_|  _| | |  __/\__ \
 \__,_|\___/ \__|_| |_|_|\___||___/
                                   

The dotfiles I use on a daily basis, managed with GNU Stow.

Prerequisites

  • GNU Stow

    If you're using Arch Linux like me, just run sudo pacman -S stow or if you prefer, yay -S stow.

Installation

Since this is a template repository, feel free to create your own dotfiles repository using this as a starter.

Install a specific directory/package

  1. Clone this repository (or your own if you used this as a template) in your home directory
  git clone https://github.com/PrunedNeuron/.dotfiles.git

or if you want to use a different name for the dotfiles directory,

  git clone https://github.com/PrunedNeuron/.dotfiles.git <directory-name>
  1. cd into the dotfiles directory
  cd ~/.dotfiles

or

  cd ~/<directory-name>
  1. Install the package/directory that you want (replace home with root if your desired package is in the root directory)
  stow -d home -t $HOME -S <package-name>

For example, if you wanted to install the dotfiles for zsh, run

  stow -d home -t $HOME -S zsh

Contribute

  • Feel free to share your thoughts about this repository (on the discussions tab).
  • I'm open to ideas, suggestions and critique
  • If you see something wrong with my dotfiles, feel free to open an issue or participate in the discussion

About me

Mirrors

About

My arch linux dotfiles, managed by GNU Stow.


Languages

Language:Shell 42.0%Language:Lua 29.5%Language:Latte 25.0%Language:JavaScript 2.7%Language:Vim Script 0.8%