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

https://github.com/luqmanoop/dotfiles-public


https://github.com/luqmanoop/dotfiles-public

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles
Public dotfiles.
> This is a stripped-down version of my dotfiles. Please modify as you see fit

### Usage
Clone or download repository to `$HOME/.dotfiles`
```bash
cd ~/.dotfiles

chmod +x bootstrap.sh install.sh uninstall.sh

./bootstrap.sh ${homedir}

```

To unistall all packages/apps installed
```bash
cd ~/.dotfiles

./uninstall.sh
```