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

https://github.com/turtleexception/dotfiles

My personal bash dotfiles
https://github.com/turtleexception/dotfiles

Last synced: about 2 months ago
JSON representation

My personal bash dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

This directory contains my commonly used dotfiles - including aliases, bash configuration and all that CLI sugar.

### Install

```bash
git clone https://github.com/TurtleException/dotfiles ~/.dotfiles && bash ~/.dotfiles/install.sh
```
or you can use the convenience-script:
```bash
curl -fsSL https://dotfiles.turtleboi.de | bash
```