Skip to content
|K07e7su edited this page Mar 2, 2019 · 2 revisions

create usb disk

https://blog.tinned-software.net/create-bootable-usb-stick-from-iso-in-mac-os-x/

.bash_profile

# editor
export VISUAL=vim
export EDITOR="$VISUAL"

# terminal's colours
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Clone this wiki locally