Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabragaurav/dotfiles
dotfiles for new machine setup under 1 min!
https://github.com/kabragaurav/dotfiles
dotfiles dotfiles-macos shell-script
Last synced: 29 days ago
JSON representation
dotfiles for new machine setup under 1 min!
- Host: GitHub
- URL: https://github.com/kabragaurav/dotfiles
- Owner: kabragaurav
- Created: 2024-09-21T09:09:03.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T06:42:29.000Z (3 months ago)
- Last Synced: 2024-10-27T11:14:28.192Z (2 months ago)
- Topics: dotfiles, dotfiles-macos, shell-script
- Language: Shell
- Homepage: https://kabragaurav.github.io/dotfiles/
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOTFILES
by Gaurav Kabra
Make your boring terminal amazing 💥 because we all have specific ways of setting up our computer:
The apps we use, our IDE settings, what shell we prefer, what programming languages we work with, the tools we prefer.
Dotfiles are personal. There is no silver bullet or a one way to rule them all setup.![](./assets/before.png)
TO....
![](./assets/after.png)
# How To Install
---
If you don't want to clone this repo:
```
bash <(curl -s https://raw.githubusercontent.com/kabragaurav/dotfiles/master/install.sh)
```---
Otherwise
Clone the repo and `cd` to it. Then execute:```
chmod +x install.sh
./install.sh
chsh -s /bin/zsh
```Script achieves terminal setup mentioned as Zsh + Antigen + Oh my Zsh = A Beautiful, Powerful, and Robust Shell
# Well Tested
Tested on Gitpod:![](./assets/gitpod.png)
And on local as well.
# How To Uninstall
---
If you don't want to clone this repo:
```
bash <(curl -s https://raw.githubusercontent.com/kabragaurav/dotfiles/master/uninstall.sh)
```---
Otherwise
Clone the repo and `cd` to it. Then execute:```
chmod +x uninstall.sh
./uninstall.sh
```Note that for changes to be reflected, you may need to relaunch your terminal or open a new terminal tab.