software:osx
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:osx [2018/04/15 21:54] – created 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 ===== | ||
| + | '' | ||
| + | <code bash> | ||
| + | # Colored terminal (folders, etc) | ||
| + | export CLICOLOR=1 | ||
| + | export LSCOLORS=ExFxCxDxBxegedabagacad | ||
| + | </ | ||
| + | |||
| //Coloured, with user@host: | //Coloured, with user@host: | ||
| <code bash> | <code bash> | ||
| # Bash prompt | # Bash prompt | ||
| PS1=' | PS1=' | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | # zsh prompt (OSX) | ||
| + | PROMPT=' | ||
| </ | </ | ||
| Line 14: | Line 32: | ||
| # Add these lines in the < | # Add these lines in the < | ||
| <?xml version=" | <?xml version=" | ||
| - | < | + | < |
| <plist version=" | <plist version=" | ||
| < | < | ||
| Line 29: | Line 47: | ||
| defaults write -g ApplePressAndHoldEnabled -bool true | defaults write -g ApplePressAndHoldEnabled -bool true | ||
| </ | </ | ||
| + | |||
| + | ===== M1 bullshit ===== | ||
| + | * [[https:// | ||
software/osx.1523829252.txt.gz · Last modified: (external edit)
