simu / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my collection of configuration files. Currently included are my

  • bash configuration
  • vim configuration
  • font configuration necessary for vim-airline to work
  • i3 window manager configuration (+i3status configuration and scripts)
  • git configuration
  • cronjob configuration
  • Xresources configuration

Setup

The setup.sh script tries to bootstrap a machine using the dotfiles in this repo.

Some required dependencies (puppet, git, python-mpd, and python-jinja2) are installed, and finally the commands reproduced below are executed.

mkdir -p `dirname $0`/generated && \
python generate_manifest.py && \
/opt/puppetlabs/bin/puppet apply --test generated/dotfiles.pp

License

About

My dotfiles

License:MIT License


Languages

Language:Vim Script 85.0%Language:Python 5.4%Language:Shell 3.8%Language:Jinja 3.5%Language:CSS 2.3%