Skip to content

Instantly share code, notes, and snippets.

@ldong
Last active April 10, 2018 20:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldong/1010895db1268178b481019c8b4ca0c4 to your computer and use it in GitHub Desktop.
Save ldong/1010895db1268178b481019c8b4ca0c4 to your computer and use it in GitHub Desktop.
Brew formulas that definitely **NEED** to be installed https://tinyurl.com/brew-for-new-mac
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install tree rmtrash ag sift python python3 gawk tmux cscope ctags fasd git git-flow aria2 wget mmv rename

brew install tig jq fpp cloc htop ctop shellcheck mycli

brew tap homebrew/command-not-found

brew install vim --enable-pythoninterp --with-cscope --with-lua

brew install macvim --with-features=huge --with-cscope --with-lua --with-override-system-vim --HEAD

brew tap neovim/neovim
brew install --HEAD neovim --enable-pythoninterp

brew tap caskroom/cask

brew install reattach-to-user-namespace

brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package quicklookase qlvideo

pip install yapf
@ldong
Copy link
Author

ldong commented Sep 1, 2016

Vim

# for Vim backup dir
mkdir -p ~/.vimswap

@ldong
Copy link
Author

ldong commented Oct 14, 2016

brew install macvim --with-cscope --with-lua --override-system-vim --with-luajit --with-python3

Source

@ldong
Copy link
Author

ldong commented Jan 7, 2017

Xcode

xcode-select --install

@ldong
Copy link
Author

ldong commented Jan 29, 2017

brew install zsh-syntax-highlighting

More https://gist.github.com/kevin-smets/8568070

@ldong
Copy link
Author

ldong commented Jan 30, 2017

pip install youtube-dl
pip install virtualenvwrapper percol 

pip3 install you-get

@ldong
Copy link
Author

ldong commented Feb 14, 2017

parallel
pv
unison
geojsonio
netcat
postgresql

@ldong
Copy link
Author

ldong commented Jul 23, 2017

brew install bash-completion ssh-copy-id wget

In ~/.bash_profile:

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    source $(brew --prefix)/etc/bash_completion
fi

https://hackercodex.com/guide/mac-development-configuration/

@ldong
Copy link
Author

ldong commented Mar 7, 2018

App:
go2shell
Moom
Popclip
Kaleidoscope
siteSucker

@ldong
Copy link
Author

ldong commented Apr 10, 2018

brew install cloc icdiff cheat tldr pm

Automatic ZModem support for iTerm 2
https://github.com/mmastrac/iterm2-zmodem

Angelmmiguel/pm: The easy way to switch between your projects on ZSH
https://github.com/Angelmmiguel/pm

ncdu
https://dev.yorhel.nl/ncdu

glances
https://nicolargo.github.io/glances/

htop
https://hisham.hm/htop/

Atoptool/atop: System and process monitor for Linux
https://github.com/Atoptool/atop

bcicen/ctop: Top-like interface for container metrics
https://github.com/bcicen/ctop

ngxtop: nginx
https://github.com/lebinh/ngxtop

iftop: display bandwidth usage on an interface
http://www.ex-parrot.com/pdw/iftop/

Iotop: show how much I/O was going on
http://guichaz.free.fr/iotop/

dstat
http://dag.wiee.rs/home-made/dstat/

nethogs
https://github.com/raboof/nethogs

multitail
https://www.vanheusden.com/multitail/

bropages
https://github.com/hubsmoke/bro

mycli
https://github.com/dbcli/mycli

axel: wget, curl alternative
http://axel.alioth.debian.org

FIGlet is a program for making large letters out of ordinary text
http://www.figlet.org/

screenfetch
https://github.com/KittyKatt/screenFetch

wtf - translates acronyms and filename suffixes for you.
https://linux.die.net/man/6/wtf

pm2
https://github.com/Unitech/pm2

http-server
https://www.npmjs.com/package/http-server

HTTPie:
https://httpie.org/

mobicon-cli
https:://github.com/SamVerschueren/mobicon-cli

raine/ramda-cli: A CLI tool for processing data with functional pipelines
https://github.com/raine/ramda-cli

ddopson/underscore-cli: Command-line utility-belt for hacking JSON and Javascript.
https://github.com/ddopson/underscore-cli

pandastrike/yaml-cli: A simple CLI for querying and updating YAML files
https://github.com/pandastrike/yaml-cli

therealklanni/jp: A tiny commandline tool for parsing JSON from any source.
https://github.com/therealklanni/jp

sindresorhus/file-type-cli: Detect the file type of a file or stdin
https://github.com/sindresorhus/file-type-cli

kentcdodds/clog-cli: An npm distribution of the amazing clog tool
https://github.com/kentcdodds/clog-cli

sindresorhus/parse-columns-cli: Parse text columns, like the output of unix commands.
https://github.com/sindresorhus/parse-columns-cli

Convert matching double-quotes to single-quotes
https://github.com/sindresorhus/to-single-quotes-cli

Convert matching single-quotes to double-quotes
https://github.com/sindresorhus/to-double-quotes-cli

ccat: colored cat
https://github.com/jingweno/ccat

RCclone
https://rclone.org/

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