Iterm2 1password



ITerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. ITerm2 brings the terminal into the modern age with features you never knew you always wanted. Why Do I Want It? Check out the impressive features and screenshots. If you spend a lot of time in a terminal, then you'll appreciate all the. Enable 1Password bookmarks; System Commands - File System - Check Eject and Eject All; File Navigation - Advanced - Check Escape path on 'Copy path to Clipboard' action; Terminal/Shell - Application - iTerm2; Terminal/Shell - Prefix - $ Extensions: Install Alfred Install Extension; Install and configure Nest Thermostat; Install VPN Toggle. Look into using their command line tool with the password manager: https://blog.agilebits.com/2017/09/06/announcing-the-1password-command-line-tool-public-beta/.

Today we'll be looking at my personal top 15 Mac apps. I'm actually quite a minimalist in installing and keeping apps, so these 15 are the only 'extra' apps I'm using on my device.

My profile:

  • Developer
  • Multi-device user
  • Blogger
Iterm2 1password chrome extensionIterm2

Let's get started with the list.

Iterm2 1password Tutorial

1. 1Password permalink

I literally can't live without 1Password. As developers we tend to make the most awful and bad passwords ourselves. So 1Password to the rescue for generating and managing this for us.

2. Google Chrome permalink

Jeez, Chrome should really be pre-installed. It's the first app I install on my brand new machine! I Can't do my job the same without it.

3. Spotify permalink

As a developer and writer, it's essential to get in the zone. What best to do so than Spotify. Listen to a cool podcast or epic playlist.

Iterm2 1password Integration

4. Spark permalink

I use Gmail for most of my email addresses, and Spark is just amazing in keeping track of all these in one maintainable inbox. It's a big advocate for inbox zero, just like me.

5. Visual Studio Code permalink

I went from Dreamweaver to Atom to JetBrains to Visual Studio Code, and I have zero regrets! It's just fantastic software! Visual Studio Code, for me, is the only good product for Mac Microsoft made.

6. iTerm2 permalink

Iterm2 1password integration

The default terminal for Mac is not bad, but once you go iTerm2 you can't go back. It's just packed with all those little extra's you'll ever need!

7. Cyberduck permalink

FTP might be a bit old-school, but every now and then we need it. Mac office download free trial. Cyberduck is fantastic and clean, way better than a FileZilla, for instance.

8. Postman permalink

I switch between Postman and Insomnia, but Postman is cool because it collaborates well for teams. You can test your API's and keep track of them. I love their environment setups.

9. RunJs permalink

Ever needed to run just a small JavaScript snippet and too lazy to open a project or Codepen. This little app does just that for you.

10. Notion permalink

Iterm2 1password chrome extension

When it comes to writing and keeping track of my projects, Notion helps me a lot. It's by far the best note keeping and project management tool I've ever seen.

Iterm2 1password App

11. Grammarly permalink

English is not my native tongue, so Grammarly helps me a lot, making sense of my writing. And it's good at picking up nuances in my texts.

Iterm2 1password Chrome Extension

12. iA Writer permalink

My blog is written in Markdown, and I use iA Writer to track my blog articles' cross-device. I start items on my Mac and will swap to my iPad or Phone sometimes to finish them.

13. Sketch permalink

Sketch is not my golden go to, but it's what I paid for and use for all my design stuff. Making banners, designs, and cropping images.

14. Loom permalink

Did you ever need to do a quick review or feedback visually? Loom is your guy! It's amazingly quick and fast to record a session.

15. OBS permalink

If Loom is not sufficient enough, you can always go to OBS, an amazing tool to capture all kinds of screen recordings. It works super well and has so many options that it scares me sometimes.

What are you favourites? permalink

Iterm2 1password

Iterm2 1password Extension

Let me know on Twitter what your favourite apps for Mac are?

Thank you for reading, and let's connect! permalink

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

mac-setup.sh
#!/bin/sh
echo'Installing brew..'
/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'
echo'Installing oh my zsh..'
sh -c '$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)''' --unattended
echo'ZSH_DISABLE_COMPFIX=truen$(cat ~/.zshrc)'>~/.zshrc
source~/.zshrc
echo'Installing software..'
brew tap homebrew/cask-fonts
brew cask install maccy iterm2 1password intellij-idea visual-studio-code postman rectangle google-chrome firefox docker font-hack-nerd-font
brew install wget tree golang npm yarn zsh-completions zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf
$(brew --prefix)/opt/fzf/install --all
echo'Setting up zsh..'
wget -O $ZSH_CUSTOM/themes/common.zsh-theme https://raw.githubusercontent.com/jackharrisonsherlock/common/master/common.zsh-theme
echo'source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh'>>~/.zshrc
echo'source /usr/local/share/zsh-history-substring-search/zsh-history-substring-search.zsh'>>~/.zshrc
echo'source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh'>>~/.zshrc
sed -i '''s/ZSH_THEME='robbyrussell'/ZSH_THEME='common'/g'~/.zshrc
sed -i '''s/plugins=(git)/plugins=(git cf docker docker-compose)/g'~/.zshrc
echo'if [ -d '$GOPATH/bin' ]; then
export PATH='$PATH;$GOPATH/bin'
fi'>>~/.zshrc
cp /System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/*.otf ~/Library/Fonts/
echo'Loading changes..'
source~/.zshrc

Iterm2 Password Manager

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment