From 45c359808525f4d050a80af5dbfc8d51337f573f Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Wed, 3 Jan 2024 01:26:26 +0530 Subject: [PATCH] Added readme --- readme.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d96b714 --- /dev/null +++ b/readme.md @@ -0,0 +1,51 @@ +# 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)** + +
+ Zsh plugins + +- [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) + +
+ +
+Package Managers + +- [bun](https://bun.sh/docs/installation) +- [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) +- [pnpm](https://pnpm.io/installation) + +