joakinen / dotfiles

My dotfiles (Vim, I3, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Unix-style configuration files for a terminal-centric working environment,

Platforms

The primary platforms are OpenBSD and Ubuntu Linux, but contents are also tested on Mac OS X (10.10+), where applicable and feasible.

Installation

Run the setup script pertaining to your platform, eg. setup.linux.sh for Linux, setup.openbsd.sh for OpenBSD and such. This will set up all needed software.
The script is idempotent, so running it numerous times will do no harm.

Once setup has run, install the dotfiles by means of running the installation script install.sh, in either desktop or laptop mode.

Manual installation

Manual installation of is also supported, by means of copying or symlinking the respective directory contents to your local files, e.g,

$ git clone git@github.com:rkk/dotfiles.git $HOME/dotfiles
$ ln -s ~/dotfiles/Tmux/dot.tmux.conf ~/.tmux.conf

If more elaborate installation steps are required, consult the README in the respective subdirectory, if available.

Bug reports

Bug reports, suggestions and feedback is highly appreciated.
Send a pull request or message me.

About

My dotfiles (Vim, I3, etc)


Languages

Language:Shell 51.7%Language:Vim Script 42.5%Language:JavaScript 3.9%Language:CSS 1.6%Language:AppleScript 0.3%