

- #Licecap not working on big sur install
- #Licecap not working on big sur update
- #Licecap not working on big sur full
- #Licecap not working on big sur code
- #Licecap not working on big sur free
The first thing I recommend is having Homebrew manage its installation - open iTerm2, and run: brew install zsh ZshĪs macOS’s default shell since Catalina, Zsh is built on top of Bash and provides a lot of cool features. If you want better diffs, check out Delta. But if you want to take your Git via CLI to the next level, you should check out lazygit and/or forgit.
#Licecap not working on big sur code
Visual Studio Code supports Git (and several other VCSs via extensions). You should install it with Homebrew before continuing: brew install git I recommend experimenting with background opacity and blur.
#Licecap not working on big sur free
Profile settings Feel free to explore these settings and configure your profile to your liking. zshrc (more details about Zsh can be found in the next sections): source ~/.iterm2_shell_integration.zsh. Shell integration You can enable better integration between your shell and iTerm2. I recommend creating new key bindings for those actions: Preferences > Keys > Key Binding > + I use ⌥ v and ⌥ h. Right Click > Split Pane Vertically Right Click > Split Pane Horizontally This works very nicely with focus-follow mouse. Split panes You can divide up your tabs into multiple panes with separate sessions and quickly switch between them.
#Licecap not working on big sur full
Preferences > General > Window > ☐ Native full screen windows Preferences > General > Selection > ☑️ Copy to pasteboard on selection Preferences > Pointer > General > ☑️ Three-finger tap emulates middle click Preferences > General > Pointer > ☑️ Focus follows mouseĭisable native full screen By disabling native full screen, you can quickly make iTerm2 take the whole screen without the usual full-screen animation. Unixyness Copy on selection, paste on middle click, and focus follow the mouse. Preferences > Keys > Hotkey > ☑️ Show/hide all windows with a system-wide hotkey Hotkey window You can show or hide the iTerm2 window via a hotkey from anywhere very quickly. Now, feel free to replace terminal from the Dock (if you have it) with iTerm2. To install it, open the terminal (this is the last time you’ll need it), and run: brew install -cask iterm2 It offers a lot of features that are really useful. I recommend running brew doctor every now and then to make sure things are good and brew cleanup to remove unused files.
#Licecap not working on big sur update
To update the packages’ local registry you can run brew update, and to upgrade the installed packages to their latest versions, type brew upgrade. You can list installed packages with brew list and brew cask list. You can now search for packages with brew search and install them with brew install (for command-line tools) and brew cask install (for macOS applications). To make sure your system is ready to brew, run brew doctor. Just follow the instructions on the screen. To install it, open the terminal, and run this command: /bin/bash -c “$(curl -fsSL )"ĭuring the installation, you might be asked to install the Xcode Command Line Tools if you haven’t already. It allows you to install, uninstall, and update command-line tools and Mac applications. These are the command line–related tools I recommend for any web developer. ScreenshotĬhange where screenshots are saved Open the Screenshot app via Spotlight search or by pressing ⇧⌘ 5, find the Options menu at the bottom of the screen, then select a folder under Save to Show hidden files Type defaults write AppleShowAllFiles true in terminal, or press ⇧⌘.

View options View > Show Path Bar View > Show Status Bar Preferences Preferences > Advanced > ☑️ Show all filename extensions Once you get used to it, it’s way faster to tap instead of click.Īccessibility Pointer Control > Mouse & Trackpad > Trackpad Options… > ️️☑️ Enable draggingīy enabling trackpad dragging, you’ll be able to drag files, select text, etc., by double tapping (and holding the second tap). Trackpad Point & Click > ️️☑️ Tap to click Besides, you can easily access it by moving your mouse to the bottom of the screen or by pressing ⌃ F3. More often than not, I use Spotlight ( ⌘ Space) or the terminal to launch applications instead of the dock - it’s hard to justify dedicating such display real estate to it. As a developer, I find myself using the F keys more often (a lot of shortcuts rely on them) than the other options - thus I prefer to have them be the default.ĭock ️️☑️ Automatically hide and show the Dock These two settings are about the touch bar. Keys Keyboard> Press Fn key to: Show Control Strip Keyboard Keyboard > T️️ouch Bar Shows: F1, F2, etc. Let’s start with a few changes you can make to macOS and the built-in apps.
