Files
dotFiles/readme.md

45 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-09 04:36:45 +05:30
# Fow weekly hard resets
2024-01-03 01:26:26 +05:30
2024-04-10 02:31:39 +05:30
## Install all the applications using Homebrew
2024-01-03 01:26:26 +05:30
```bash
2024-04-09 04:36:45 +05:30
sudo brew install aerial alacritty cloudflare-warp discord duckduckgo firefox google-chrome keka kitty linearmouse microsoft-edge obsidian postman raycast spotify stats telegram visual-studio-code zoom
2024-01-03 01:26:26 +05:30
```
## Install all the Formulae with Homebrew
```bash
2024-04-10 02:31:39 +05:30
brew install docker git go macchina neofetch neovim node python3 spaceship tmux
2024-01-03 01:26:26 +05:30
```
## Some of the applications to install from appstore
2024-04-10 02:31:39 +05:30
- Zed
- Spark
- ppt
- amie.so
- steam
- premiere
2024-01-03 01:26:26 +05:30
2024-04-09 04:36:45 +05:30
## I always forget to set it up first
2024-01-03 01:26:26 +05:30
2024-04-10 02:31:39 +05:30
- set up github pat
- `git config --global credential.helper cache`
2024-01-03 01:26:26 +05:30
## misc stuff
**Link to some cool stuff like wallpapers [drive](https://drive.google.com/drive/folders/1Bdx17wD76t5JKWm4U7bPDri1SqV-SeSj?usp=drive_link)**
<details>
2024-04-10 02:31:39 +05:30
<summary> Zsh plugins </summary>
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
2024-01-03 01:26:26 +05:30
</details>
<details>
<summary>Package Managers</summary>
2024-04-10 02:31:39 +05:30
- [bun](https://bun.sh/docs/installation)
- [tmux/tpm](https://github.com/tmux-plugins/tpm)
- nvim (formatters & linters)
2024-01-03 01:26:26 +05:30
</details>