dougthor42 / dotfiles

My Linux configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This project contains my dotfiles.

Prerequisites

  • GNU Privacy Guard (gpg) should be installed: sudo apt install gpg
  • tmux should be installed: sudo apt install tmux
  • tmux Plugin Manager (tpm) should be installed via basic GitHub checkout. See the tpm repo.
  • pyenv should be installed via basic GitHub checkout. See the pyenv repo.
  • diff-highlight should be compiled: sudo make -C /usr/share/doc/git/contrib/diff-highlight

Setup

When first adding this to a host, follow these steps:

  1. cd ~
  2. git clone https://github.com/dougthor42/dotfiles.git
  3. . ./dotfiles/mklinks.sh

About

My Linux configuration files.


Languages

Language:Vim Script 81.6%Language:Shell 18.4%