software:osx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:osx [2018/10/16 12:50] – vektrat | software:osx [2023/12/19 09:01] (current) – [vim colouring] vektrat | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======= OS X ====== | ======= OS X ====== | ||
| + | ===== vim colouring ===== | ||
| + | '' | ||
| + | <code bash> | ||
| + | syntax on | ||
| + | </ | ||
| + | |||
| ===== Prompt ===== | ===== Prompt ===== | ||
| - | // Colored terminal (folders, etc) | + | '' |
| <code bash> | <code bash> | ||
| + | # Colored terminal (folders, etc) | ||
| export CLICOLOR=1 | export CLICOLOR=1 | ||
| export LSCOLORS=ExFxCxDxBxegedabagacad | export LSCOLORS=ExFxCxDxBxegedabagacad | ||
| Line 11: | Line 18: | ||
| # Bash prompt | # Bash prompt | ||
| PS1=' | PS1=' | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | # zsh prompt (OSX) | ||
| + | PROMPT=' | ||
| </ | </ | ||
| Line 35: | Line 47: | ||
| defaults write -g ApplePressAndHoldEnabled -bool true | defaults write -g ApplePressAndHoldEnabled -bool true | ||
| </ | </ | ||
| + | |||
| + | ===== M1 bullshit ===== | ||
| + | * [[https:// | ||
software/osx.1539694227.txt.gz · Last modified: (external edit)
