cristianpb / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This dotfiles have my installation instruction for Arch Linux and the configuration for my essential programs. The master branch contains a configuration for Arch linux, ubuntu for ubuntu OS and the OSX branch contains instruction to configure OSX programs such as mutt, mbsync, pass.

dofiles dofiles dofiles

Install

Fetch dotfiles from github:

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

Manually install files:

stow vim

Automatic install:

for d in $(ls -d */ | cut -f1 -d '/');
do
    ( stow "$d"  )
done

Dependencies

stow neovim pynvim bash-completion

About

My dotfiles


Languages

Language:Python 58.3%Language:Shell 19.3%Language:C 10.4%Language:Vim Script 9.1%Language:Perl 2.7%Language:R 0.3%