52 lines
1.6 KiB
Markdown
52 lines
1.6 KiB
Markdown
# This is to make my reinstalls easier
|
|
|
|
## Install all the applications using Homebrew.
|
|
|
|
```bash
|
|
sudo brew install --cask aerial alacritty alfred cloudflare-warp discord duckduckgo firefox google-chrome iterm2 keka kitty linearmouse microsoft-edge notion numi postman raycast shottr slack spotify stats telegram ticktick visual-studio-code vlc zoom
|
|
```
|
|
|
|
## Install all the Formulae with Homebrew
|
|
|
|
```bash
|
|
brew install docker git macchina neofetch neovim python3 spaceship tmux colorls
|
|
```
|
|
|
|
## Some of the applications to install from appstore
|
|
|
|
- Spark Desktop
|
|
- Microsoft Powepoint
|
|
-
|
|
|
|
## Accessing my own github
|
|
|
|
1. Go to [Github](https://github.com/settings/tokens) and generate PAT.
|
|
|
|
2. Run the command `git config --global credential.helper cache`. It will store the next entered credentials.
|
|
|
|
3. Clone any of my repo, It will ask for username and password.
|
|
|
|
4. Enter github username and PAT in place of password and now I am good to go.
|
|
|
|
## misc stuff
|
|
|
|
**Link to some cool stuff like wallpapers [drive](https://drive.google.com/drive/folders/1Bdx17wD76t5JKWm4U7bPDri1SqV-SeSj?usp=drive_link)**
|
|
|
|
<details>
|
|
<summary> Zsh plugins </summary>
|
|
|
|
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
|
|
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|
|
- [zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use)
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary>Package Managers</summary>
|
|
|
|
- [bun](https://bun.sh/docs/installation)
|
|
- [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
|
|
- [pnpm](https://pnpm.io/installation)
|
|
|
|
</details>
|