Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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.