Posted  by 

Iterm2, An Alternative Terminal App For Mac

Apple’s Terminal app on the Mac is a great tool for diving into the command line, but it isn’t the only option available. The Mac Observer rounded up several alternatives to Terminal you can.

Mini DisplayPort to VGA Converter Connects Mini DP Source to VGA Display This Keyspan® Mini DP to VGA active adapter connects a VGA monitor, projector or television to the Mini DisplayPort or Thunderbolt 1 or 2 port on your PC, Mac, Chromebook, MacBook, Microsoft Surface or other compatible computer or tablet. Tripp lite minidisplayport to vga adapter video converter for mac. Tripp Lite's P137-06N-VGA-V2 Mini-DisplayPort v1.2 to VGA Active Adapter Converter allows you to connect a computer with a Mini-DisplayPort or Thunderbolt™ 1 & 2 connection to a VGA monitor. Tripp Lite's P137-06N-VGA Mini-DisplayPort to VGA Adapter allows you to connect a Mac or PC with a Mini-DisplayPort or Thunderbolt™ output to a VGA monitor. Ideal for Thunderbolt™ /Mini DisplayPort equipped laptops, Chromebooks, MacBooks, Ultrabooks, and Microsoft Surface. Tripp Lite's P137-000-VGA Mini-DisplayPort 1.2 to VGA Adapter allows you to connect a Mac or PC with a Mini-DisplayPort or Thunderbolt™ TM output to a VGA monitor. Ideal for Thunderbolt™ /Mini DisplayPort equipped laptops, Chromebooks, MacBooks.

I am spending a lot of time on the command line for the daily development work. I decided to install terminal as an alternative terminal for Mac OS because the default terminal app does not offer rich and powerful features to make my development life easier. So I decided to install advanced alternative terminal to replace Mac OS default terminal. Before you install iTerm2, please refer its features on their website.

If you happy it’s features and power, you can download the iTerm2 from the following link. Alternatively, you can use Homebrew package manager to install this package. Install iTerm2 terminal After download iTerm2 installation file, simply drag and drop into the Applications folder to install iterm2 terminal app.

Mac Terminal Application

Now you can launch iTerm, through the Launchpad for verifying the installation. Alternatively, you can install iTerms2 via Homebrew package manager. Once you install the package using Homebrew, you will be able to launch iTerm2 via Mac Launchpad. $ brew cask install iterm2 When you open iTerm2, it’s looks and feel not that pretty impressed by the first look.

You need to follow few more steps to get the look you preferred. You can completely change its looks and feel by customizing default features. Iterm2 Default Colour Theme Let’s just quickly change some preferences.

Download the Android NDK for Mac Download the Android NDK for Mac android-ndk-r18b-darwin-x86_64.zip. Download the Android NDK. Before downloading, you must agree to the following terms and conditions. Terms and Conditions This is the Android Software Development Kit License Agreement. Android NDK is a comprehensive toolset specially made to help developers build parts of their Android applications by using native-code languages like C and C++. A comprehensive native development kit for Android app developers. With the help of Android Native Development Kit, you’ll be able to reuse existing code libraries written in one of the above mentioned languages in the case of. Download Android NDK for Mac OS X Revision - The Android NDK is a companion tool to the Android SDK that lets you build performance-critical portions of your apps in native code. Ndk download for mac.

Remove computer name and username from the terminal’s bash prompt Open iTerms2 “Preferences” configurations box. Then click on “Profiles” tab and select “General” tab. ITerm2 -> Preferences ->Profiles -> General Iterm2 Preferences Remove Computer and User Name Add following text under “Send text at start:” text input. Export PS1 = ' w $ '; clear; Close the “Preferences” box and reopen iTerm2 terminal and you will be able to see bash prompt without the computer name and username. Iterm2 Bash Prompt Without Computer Name and User Name Change default colour theme and fonts You can download more colour themes to install iterm2 terminal from this web site. Download the zip file and unzip it for the preparation of the next step. Now open the “Preferences” settings window.

You can create a different profile other than Default if you wish to do so. I created a new profile for adding custom settings to the iTerm2.

Application

Open iTerms2 “Preferences” configurations box. Then click on “Profiles” tab and select “Colours” tab. ITerm2 -> Preferences ->Profiles -> Colours Now click on “Colour Preset” drop-down and click on “Import” option. Navigate to the “schemes” folder previously unzipped colour profile folder. Then select your preferred colour themes and selected colour themes will be added to the “Colour Preset” drop-down after installing.

Now reopen iTerms terminal and see the effect of the new colour theme. Iterm2 Terminal With Custom Colour Theme Once I customize iTerm2 colour theme still I did not see expected nicer interface. I decided to install to add more features. Before install Oh-My-Zsh, you need to remove the previously modified text input in the iTerm2 preferences.

Sh - c '$(curl -fsSL Install Oh-My-Zsh on iterm2 Now you almost have better terminal compared to default one. I decided to use “” theme with the Oh-My-Zsh. You can find many available themes for Oh-My-Zsh. Before you enable “Agnoster” theme, you need to install fonts. After installation completed edit ~/.zshrc and set ZSH_THEME=”agnoster” After enabling “Agnoster” theme, you may be able to see broken fonts on the iTerm2, follow this for fixing this fonts issue. Users need to set both the Regular font and the Non-ASCII Font in “iTerm > Preferences > Profiles > Text” to use a patched font.

Now you may need to remove user@your_machine name from your bash prompt. Add following lines to your “.zshrc” configuration file and restart your iTerm2 terminal. Upgrade_oh_my_zsh Upgrade Oh-My-Zsh How to uninstall iTerm2 terminal Uninstalling Oh My Zsh If you decided to uninstall iTerm2, first remove the Oh-My-Zsh theme. Dead space for mac. This will revert back your original zsh configurations.

If you want to uninstall oh-my-zsh, just run uninstall_oh_my_zsh from the command-line. It will remove itself and revert your previous bash or zsh configuration. Uninstall iTerm2 If you install iTerm2 terminal vis Homebrew package manager, just type the following command on your terminal.