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

https://github.com/johnjohndoe/dotfiles

A collection of configuration files to setup various systems the way I like it.
https://github.com/johnjohndoe/dotfiles

aliases android bash dotfiles git linux macos rubygems rvm shell vim zsh

Last synced: 4 months ago
JSON representation

A collection of configuration files to setup various systems the way I like it.

Awesome Lists containing this project

README

          

# Tobias Preuss dotfiles

A collection of configuration files to setup various systems the way I like it.

## Installation

First, grant execute permissions to the included shell script.
Then run the script to install the configuration files.

```bash
$ chmod +x INSTALL.sh
$ ./INSTALL.sh
```

The install script creates a soft link for each configuration file using
the following command.

```bash
$ ln -sv ~/dotfiles/gitconfig ~/.gitconfig
```