An open API service indexing awesome lists of open source software.

https://github.com/kschat/dotfiles

Various configuration files
https://github.com/kschat/dotfiles

config dotfiles linux zsh

Last synced: 10 months ago
JSON representation

Various configuration files

Awesome Lists containing this project

README

          

# Kschat's Dotfiles

## About

Once upon a time I accidentally deleted my home directory. This is an attempt to never lose my
configuration again. Currently this supports OS X and Arch Linux, as those are my primary OSs.

## Prerequisites

The `bootstrap.zsh` file uses some `zsh` only features, and thus requires that `zsh` is installed on
your system. Eventually I'd like to provide a way to have `bootstrap.zsh` be written using `zsh` and
auto-install `zsh` if it's missing. For now, you'll need to install it manually.

## Install

Once `zsh` is installed, use the following:

```shell
git clone https://github.com/kschat/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootsrap.zsh
```

## Options

The `bootstrap.zsh` script accepts a few arguments as well

```shell
bootstrap.zsh [-v|vv|vvv --verbose] [-d --debug] [-f --force] /path/to/install
```

## What you get

### Arch

![Arch screenshot](https://i.imgur.com/uooId0m.png)

### OS X

![macOS screenshot](http://i.imgur.com/ZkoaD8J.png)