macOS terminal setup to boost your productivity

macOS terminal setup to boost your productivity - AlternativeTo.net

https://alternativeto.net/list/718/macos-terminal-setup-to-boost-your-productivity

macOS terminal setup to boost your productivity

This post is not intended to show my complete terminal setup, but to provide you with the best tools out there, which I’ve found after some research and experience. I love doing stuff in the terminal and it’s a major part of my work day as a web developer. If you do too, then I hope you’ll find some useful things here.


  • iTerm2 icon

    iTerm2

    Free Open Source  Mac Website 

    iTerm2 is a replacement for Small Terminal iconTerminal and the successor to Small iTerm iconiTerm. It works on Macs with macOS 10.10 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted. It's by far the most powerful and flexible terminal app you can use on a Small macOS iconmacOS computer.
    To make it more beautiful with a nice and polish UI, I use the Nord color palette with Powerlevel9k and the Hack font in size 12pt. Alternatively, you can use this Material Design color palette, the Dracula theme or the famous Solarized color palette and the Source Code Pro font by Adobe.

  • zsh icon

    zsh

    Free Open Source  Linux BSD Website 

    The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh is an extended Bourne shell with a large number of improvements, including some features of Small GNU Bourne Again SHell iconGNU Bourne Again SHellksh, and tcsh.
    Alternatively, you can use Small fish iconfish (Friendly Interactive SHell) which is an attempts to be more interactive and user-friendly than former shells. The goal is to give the user a rich set of powerful features.

  • Oh My Zsh icon

    Oh My Zsh

    Free Open Source  Mac Windows Linux BSD zsh Website 

    Now that we’ve got Small zsh iconzsh up and running, it’s time to customize it! You’re probably ready to fire up Small Vim iconVim or Small GNU Emacs iconGNU Emacs (or Small GNU nano iconGNU nano, I don't judge) and start editing config files but wait for a second, I’ll try to save you some time. Oh-my-zsh is a set of functions, auto-complete helpers, and other useful stuff. Also, it is a very good framework for further customizations.

    Oh-my-zsh comes with a handful of plugins for different apps – Small Git iconGitSmall Ruby iconRubySmall Ruby on Rails iconRuby on Rails, gem and a lot more. Every plugin has a set of aliases, auto-complete helpers and functions. For example, you can type gst for git status, or type rdbm for rake db:migratedb:test:clone and so on. Plenty of good stuff for free. Also, it has tons of themes pre-installed. Check out the entire list of themes with screenshots on the Small GitHub iconGitHub repository. Personally, I use Agnoster.

  • Zsh Syntax Highlighting

    Free Open Source  Mac Windows Linux zsh Website 

    This is a plugin for Small zsh iconzsh whose purpose is to bring Small fish iconfish shell-like syntax highlighting to the Z shell. It enables highlighting of commands whilst they are typed at a Small zsh iconzsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors.

  • Zsh Autosuggestions

    Free Open Source  Mac Windows Linux zsh Website 

    This is a plugin for Small zsh iconzsh whose purpose is to bring Small fish iconfish shell-like autosuggestions for the Z shell. It suggests commands as you type, based on command history.

  • fzf icon

    fzf

    Free Open Source  Mac Windows Linux Vim Website 

    Small fzf iconfzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. It's pretty powerful, but alternatively, you can try Small fzy iconfzy that claims to be a "better fuzzy finder".

  • k icon

    k

    Free Open Source  Mac Windows Linux zsh Website 

    k is a Small zsh iconzsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories.

  • z - jump around

    Free Open Source  Mac Windows Linux zsh Website 

    z is a Small zsh iconzsh plugin that tracks your most used directories, based on frecency. After a short learning phase, z will take you to the most frecent directory that matches ALL of the regexes given on the command line, in order. For example, z foo bar would match /foo/bar but not /bar/foo.

    Frecency is a portmanteau of 'recent' and 'frequency'. It is a weighted rank that depends on how often and how recently something occurred. As far as I know, Mozilla came up with the term.

  • Antigen icon

    Antigen

    Free Open Source  Mac Windows Linux zsh Website 

    A plugin manager for Small zsh iconzsh, inspired by Small Oh My Zsh iconOh My Zsh and Vundle.

  • Prezto

    Free Open Source  Mac Linux Android zsh Website 

    Prezto is the configuration framework for Small zsh iconzsh. It enriches the command line interface environment with sane defaults, aliases, functions, auto-completion, and prompt themes. It's an alternative to the famous Small Oh My Zsh iconOh My Zsh.

  • Homebrew icon

    Homebrew

    Free Open Source  Mac Website 

    Homebrew is a free and open-source software package management system that simplifies the installation of software on Small macOS iconmacOS operating system. Homebrew installs packages to their own directory and then symlinks their files into /usr/local. Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like.

  • Cakebrew icon

    Cakebrew

    Free Open Source  Mac Website 

    Cakebrew is the most convenient way to use Small Homebrew iconHomebrew for your daily tasks. It does for Homebrew what Small Synaptic iconSynaptic does to Linux package managers. It adds a user interface that can search for formulae, install, uninstall and upgrade formulae, tap and untap repos, update Homebrew and run the brew cleanup tool. You can also use this website to search and discover new formulas.

  • MacPorts icon

    MacPorts

    Free Open Source  Mac Website 

    The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, Small X11 iconX11 or Aqua based open-source software on Small macOS iconmacOS.

  • Fink icon

    Fink

    Free Open Source  Mac Website 

    The Fink project wants to bring the full world of Unix Open Source software to Darwin and Small macOS iconmacOS. We modify Unix software so that it compiles and runs on Small macOS iconmacOS ("port" it) and make it available for download as a coherent distribution. Fink uses Small Debian iconDebian tools like dpkg and apt-get to provide powerful binary package management. You can choose whether you want to download precompiled binary packages or build everything from source.

  • Mas CLI icon

    Mas CLI

    Free Open Source  Mac Website 

    Mas CLI is a simple command line interface for the Small Mac App Store iconMac App Store. Designed for scripting and automation.

I don't use all these tools: for example, I only use Small Homebrew iconHomebrew and don't have Small MacPorts iconMacPortsand Small Fink iconFink installed on my computer. I also don't use Prezto since I personally prefer Small Oh My Zsh iconOh My Zsh. I've tested Small Cakebrew iconCakebrew a while ago and it's a good piece of software but I have a preference for the command line so I don't use it anymore. So, that's all, here are all the tools I use to boost my productivity when I'm in the terminal (very often).


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
毕业设计,基于SpringBoot+Vue+MySQL开发的公寓报修管理系统,源码+数据库+毕业论文+视频演示 现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管理升级为软件存储,归纳,集中处理数据信息的管理方式。本公寓报修管理系统就是在这样的大环境下诞生,其可以帮助管理者在短时间内处理完毕庞大的数据信息,使用这种软件工具可以帮助管理人员提高事务处理效率,达到事半功倍的效果。此公寓报修管理系统利用当下成熟完善的Spring Boot框架,使用跨平台的可开发大型商业网站的Java语言,以及最受欢迎的RDBMS应用软件之一的MySQL数据库进行程序开发。公寓报修管理系统有管理员,住户,维修人员。管理员可以管理住户信息和维修人员信息,可以审核维修人员的请假信息,住户可以申请维修,可以对维修结果评价,维修人员负责住户提交的维修信息,也可以请假。公寓报修管理系统的开发根据操作人员需要设计的界面简洁美观,在功能模块布局上跟同类型网站保持一致,程序在实现基本要求功能时,也为数据信息面临的安全问题提供了一些实用的解决方案。可以说该程序在帮助管理者高效率地处理工作事务的同时,也实现了数据信息的整体化,规范化与自动化。 关键词:公寓报修管理系统;Spring Boot框架;MySQL;自动化;VUE
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值