Monksc / dotfiles-1

Personal dotfiles configurator for Mac OSX, Arch, Ubuntu 16.04

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 ____  __    ____  _         ___   ___  _____  ____  _   _     ____  __
| |_  / /`_ | |_  | |       | | \ / / \  | |  | |_  | | | |   | |_  ( (`
|_|__ \_\_/ |_|__ |_|__     |_|_/ \_\_/  |_|  |_|   |_| |_|__ |_|__ _)_)

Build Status MIT LICENSE

Personal dotfiles configurator for Arch, Ubuntu 16.04 & Mac OSX.


Installation | Update | Learn more in Docs | Shortcuts Cheat Sheet (PDF)


Sample screenshots

Used gruvbox pallete for tmux, vim and terminal with Hack font.

Why you should try it?

Personalization of your tools has never been so easy, pleasant and quick to set. This tool allow you to manage your dotfiles configuration in more intuitive and secure way with ability to creating a backup of your fragile data.

$ docker run -it egel/dotfiles:latest /bin/bash

Features

This set contains configuration for:

Configurator features

  • Easy to set your personal configuration
  • Create backups in seconds
  • Intuitive and comfortable keybindings with online cheatsheet
  • and much more inside

Installation

Installer will install dotfiles program globally in your system, that you can use it wherever you like.

Don't be afraid, installation process won't remove any of your previous configurations. It will only save them all, simply by renaming files with current date.

If you want to agree to all defaults add -y flag at the end of install.

$ git clone --recursive https://github.com/egel/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/bin/dotfiles install

When you pass through the installation, you should have dotfiles program globally installed, then run:

$ dotfiles clean-all
$ dotfiles reconfigur

The last thing you should do is to set Hack font as default terminal font. This is essential to correctly display a powerline fonts which are already included into the Hack font (Read FAQ for more).

Reopen the terminal and enjoy.

Update

To update a repository and its submodules

$ dotfiles update

Learn more

To find further information about this project, take a look at docs pages and shortcuts cheat sheet.

About

Personal dotfiles configurator for Mac OSX, Arch, Ubuntu 16.04

License:MIT License


Languages

Language:Vim Script 60.4%Language:Shell 38.1%Language:Ruby 0.5%Language:Vim Snippet 0.4%Language:Dockerfile 0.2%Language:Python 0.2%