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

https://github.com/leo310/dotfiles

All my config files. Feel free to use them!
https://github.com/leo310/dotfiles

dotfiles nvim tmux vim

Last synced: 2 months ago
JSON representation

All my config files. Feel free to use them!

Awesome Lists containing this project

README

          

# Installation
### Download and change folder
```
cd ~
git clone https://github.com/Leo310/dotfiles.git

cd dotfiles
```
### Run install (prerequisites: stow)
```
./install
```

# Uninstallation

### Change to dotfiles folder
```
cd ~/dotfiles
```

### Run uninstaller (same as installer)
```
./uninstall
```