mark-i-m / dotfiles

A repo of configs (useful for setting up VMs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfilesvm

This repo contains a stripped-down of the dotfiles repo intended for easy setup of VMs.

Config only

To install only the config files, follow the directions in dotfiles.

Full setup

To do a full setup, run ./install_full.sh. You will need to enter the password for sudo. This setup assumes you are using Ubuntu.

Altogether:

$ sudo apt-get install git
$ git clone https://github.com/mark-i-m/dotfilesvm.git && cd dotfilesvm
$ ./install_full.sh

If you are on Arch, then you will also need to manually start X. The x directory has the appropriate scipts.

About

A repo of configs (useful for setting up VMs)

License:MIT License


Languages

Language:Shell 59.7%Language:Vim Script 24.9%Language:Haskell 14.7%Language:Python 0.7%