Skip to content

dotdc/dotfiles

Repository files navigation

dotfiles

Build Status

Description

My dotfiles, mainly used on Arch Linux.

Features

  • Backup your current dotfiles to ~/.bak
  • Creates dotfiles as symlinks to this repository
  • Automatic install of Vundle & Vim plugins
  • Automatic install of VScode extensions

Requirements

Install the required packages, for Arch Linux:

pacman -Sy git \
           make \
           rxvt-unicode \
           tmux \
           vim

Installation

Several installation options:

Command Description
make dotfiles Backup current dotfiles in ~/.bak & install theses
make vim Configure Vim and install Vundle & Vim plugins
make vscode Configure VScode & install extensions
make all Make all the above

Example usage

git clone https://github.com/dotdc/dotfiles.git
cd dotfiles
make dotfiles