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

https://github.com/falsedev/older-dotfiles


https://github.com/falsedev/older-dotfiles

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# About
## What's this?

These are my configuration files for several applications

## Why?

I hope these can help you quickly setup your environment

# Usage
Clone this repository using:
```
git clone git://github.com/FalseDev/dotfiles.git ~/.dotfiles
```

And then enter the repository using:
```
cd ~/.dotfiles
```

Now navigate through and install and configure the tools I use easily

# Updating
To update you can simply run:
```
cd ~/.dotfiles
git pull
```