ethanmad / dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethanmad dotfiles

My personal set of dotfiles for various programs I use. Managed with GNU Stow.

Installation

Back up your files and clear your home directory of files that will be provided by the installation. Stow will abort all operations if the files to be symlinked already exist in the home directory.

$ git clone --recursive https://github.com/ethanmad/dotfiles.git
$ cd dotfiles
$ ./install.sh

To customize installation, remove unwanted packages from package-list.txt. Edit git/.gitconfig and replace the [user] section with accurate information.

That's all!

Dependencies

  • i3
  • i3blocks
  • dmenu2
  • inconsolata
  • termite
  • neovim
  • git
  • xorg
  • xorg-xinit
  • xbindkeys
  • zsh

About

My personal dotfiles


Languages

Language:Vim Script 99.0%Language:Shell 1.0%