joshukraine / linux-dotfiles

My dotfiles for web development on Linux desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles for Linux Desktop

These are my dotfiles and general system preferences adapted for Debian-type Linux systems. This setup is intended for a personal development machine, not a web-facing server.

Linux Bootstrap Script

This repo previously contained my entire provisioning solution for a new machine running Linux. I've now extracted the provisioning functionality into its own repository. Check it out:

Provision a new machine with Linux Bootstrap.

NOTE: Linux Bootstrap automatically clones and installs this dotfiles repo.

Prerequisites

The dotfiles assume you are running Ubuntu 14.04 (or similar) with the following software preinstalled:

All of the above and more are included in Linux Bootstrap.

Installation

git clone https://github.com/joshukraine/linux-dotfiles.git ~/dotfiles
source ~/dotfiles/install.sh

Post-install Tasks

After running install.sh there are still a couple of things that need to be done.

  • Add personal data to ~/.gitconfig.local and ~/.zshrc.local.

Some of my favorite dotfile repos

Helpful web resources on dotfiles, et al.

License

Copyright (c) 2016 Joshua Steele. MIT License

About

My dotfiles for web development on Linux desktop

License:MIT License


Languages

Language:Vim Script 85.3%Language:Shell 14.7%