Shailesh Kumar Sundram
Shailesh Kumar Sundram

Shailesh Kumar Sundram

Follow
homeVim TipsmacOSJavaScriptGitJavaScript Interview Questionsbadges
Series

macOS


Articles in this series

How to Install Nerd Fonts on macOS Using Homebrew

Jan 7, 20231 min read

To install Iosevka nerd font: brew tap homebrew/cask-fonts # you have to do this only once brew install --cask font-iosevka-nerd-font To install Fira...

How to Install Nerd Fonts on macOS Using Homebrew

How to Change tmux Prefix to Ctrl+Space on macOS

Aug 10, 20221 min read

The default prefix in tmux is ctrl+b . Let’s accept it. Using ctrl+b time and again is a pain in your wrist. It’s time to solve this issue. Make...

How to Change tmux Prefix to Ctrl+Space on macOS

How to Solve Permission Denied Error in Hyper on macOS

Jul 29, 20221 min read

Recently, out of the blue, Hyper terminal started showing Permission denied error whenever I tried to cd into the Downloads folder in my user...

How to Solve Permission Denied Error in Hyper on macOS

How to Disable Dark Mode in MySQL Workbench on macOS

May 31, 20221 min read

To disable dark mode, open your terminal and paste the below code. defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance...

How to Disable Dark Mode in MySQL Workbench on macOS