https://github.com/luqmanoop/dotfiles-public
https://github.com/luqmanoop/dotfiles-public
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luqmanoop/dotfiles-public
- Owner: luqmanoop
- Created: 2022-04-05T20:39:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T21:45:14.000Z (about 4 years ago)
- Last Synced: 2025-08-02T00:59:57.676Z (11 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```