- anki - flashcards
- aria2 - download manager
- clang-format - c formatter
- clangd - c++ lsp server
- curl - request url
- eza - replacement for ls
- fish 🌟 - shell
- fzf - fuzzy finder
- git - vcs
- htop - process viewer
- newsboat 🌟 - rss reader
- npm - javascript runtime
- nvim 🌟 - text editor
- nyaa - nyaa.si browser
- pacman - package manager
- python - python interpreter
- ripgrep - grep alternative
- ruff - python linter and formatter
- starship 🌟 - shell prompt
- streamrip
- stylua - lua formatter
- taplo - lsp for toml
- termux - terminal emulator
- tmux - terminal multiplexer
- yazi 🌟 - terminal file manager
- yt-dlp - video downloader
- zellij - terminal workspace
- termux
yes | termux-setup-storage
curl -#Lq -o termux.sh -- github.com/AminurAlam/dotfiles/raw/main/setup/termux.sh
bash termux.sh
- ubuntu
curl -#Lq github.com/AminurAlam/dotfiles/raw/main/setup/ubuntu.sh | sudo bash
- windows
Invoke-Expression $((Invoke-WebRequest https://github.com/AminurAlam/dotfiles/raw/main/setup/windows.ps1).Content)