Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 694 Bytes

random-bash.md

File metadata and controls

45 lines (29 loc) · 694 Bytes

Random Bash

A collection of random, yet helpful things I've had to do with Bash.

Atom

Export a list of all packages and versions

apm list --installed-bare | sort > package-list.txt

Homebrew

Export a list of all packages

brew list | sort > packages.txt

Export a list of all casks

brew cask list | sort > casks.txt

Export Brewfile

brew bundle dump

Update software installed by a cask

brew upgrade --cask dbeaver-community

zsh

Install Powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k