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

https://github.com/stepfenshawn/configuration

Just some files bro...
https://github.com/stepfenshawn/configuration

Last synced: 8 months ago
JSON representation

Just some files bro...

Awesome Lists containing this project

README

          

# Usage
Just some configurations in my PC. Included:
* VIM
* TMUX
* VSCODE

# Install
```
git clone git@github.com:StepfenShawn/Configuration.git
```
And then:
```sh
cd Configuration
cp .vimrc ~/.vimrc
cp .tmux.conf ~/.tmux.conf
cp .bashrc ~/.bashrc
cp .minttyrc ~/.minttyrc
```
Or:
```sh
cd Configuration
./install.sh
```