My list of application and configuration for my macbook pro :D background image : https://unsplash.com/photos/vRqcK5jydPg
Insprired from Nikita Voloboev wonderful list, I would love to make my own list. First for my personal purpose to go through and listing apps which I use, moreover, I would share my list for ones whom might see it is useful for them.
Note: Different from Nikita list which having many paid apps (they really wonderful if you can pay), my list will totally free to use (or having Commutity (free) Edition).
Contents
- My wonderful MacOs
Dictionary on Mac can be access from spotlight search, which is very convenient. I use it all the time.
Here is Vietnamese instruction for adding Vietnamese-English dictionary
- Visual Studio Code is a powerful code editor. After using Golang and VS Code supports it fully, so VS Code becomes my most favorite code editor. Fix macos key repeating:
defaults write -g ApplePressAndHoldEnabled -bool false
- I use Ayu theme for my VS Code
- Sublime Text 3 is my second favorite code editor. It used to be my first favorite. However, vs code with its power take me away from Sublime Text.
- Hyperjs is a great terminal emulator with tons of plugins for both productivity and entertainment also.
- I also use Ayu theme for Hyper. (Actually I love this color scheme, if possible, I will use this theme everywhere)
- Tabby Open-source terminal emulator
- Telegram is a messaging platform which is very light-weight and extremely fast
- They allow custom sticker which is a lot
- Their bot api is powerful
- Macdown is a wonderful app for Mac which is perfectly clone from loved app Mou. However, Mou now is a paid software.
Obsidian is a great writing app that supports markdown and graph
- IINA - beautiful video player which support many different video extensions
Davinci Resolve - a great and free software for video editor.
AppCleaner, this app is very useful for uninstalling app from your Mac. You will need to do that many times.
Calibre - very useful for reading, convert and edit your ebooks.
Microsoft Edge - since they release this version, I have set this as my default browser. First, because I don't want using too many product of a single company (like Goole). Moreover, Edge have better performance as I currently feels (and other online benchmark).
Bitwarden - I found this is the best solution for password manager cause it is open source, having applications for almost every platforms
ncdu is a commandline tool to check the disk storage usage. You can install
ncdu
using homebrew:brew install ncdu