aretas77 / dotfiles

Dotfiles managed by GNU Stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Here I keep my collection of personal dotfiles which I am using on an Arch Linux distribution. These dotfiles are currently in progress so there will be a lot of changes coming in.

My dotfiles are focused mainly on:

  • Programming with C/C++.
  • Kernel development.
  • Some git config magic.
  • Some eye-candy.
  • Fully compatible with Dell XPS 9570 laptop.

Installation

Clone this repository:

git clone https://github.com/aretas77/dotfiles.git ~/.dotfiles

Using GNU Stow (recommended)

This method was discovered by researching other people dotfile repositories and it seemed like a quite convenient way to manage dotfiles. Special thanks to edbizarro from whom I discovered this method and borrowed some very cool dotfiles.

Install GNU Stow (if not already installed)

Arch:		pacman -S stow
Ubuntu:	apt-get install stow

Then, use stow to symlink the dotfiles you want to use, example:

stow xresources
stow alacrity
stow vim

About

Dotfiles managed by GNU Stow


Languages

Language:Vim Script 53.9%Language:Shell 46.1%