nicolaballotta / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nicola's dotfiles

This repository includes all my custom dotfiles and some useful scripts to automate the installation and configuration of the software I use daily. I took a lot of inspirations here and there, so feel free to copy what you need to build your custom dotfiles.

Atm there are still things that need to be automated. Here you can find a TODO of what is missing.

Installation

Quick installation

curl -LsS https://raw.github.com/nicolaballotta/dotifiles/master/install | bash

Manual installation

git clone https://github.com/nicolaballotta/dotfiles.git ${HOME}/.dotfiles
cd ${HOME}/.dotfiles
make

You should be prompted with the following help:

Makefile for dotfiles

Usage:
   make requirements                        install requirements
   make software                            install software from Brewfile
   make software_list                       update Brewfile
   make software_cleanup                    cleanup unneeded software
   make macos                               configure MacOS
   make dots                                install dots
   make all                                 install and configure all

About

My dotfiles


Languages

Language:Shell 94.0%Language:Vim Script 3.1%Language:Ruby 1.7%Language:Makefile 1.2%