User Tools

Site Tools


software:osx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:osx [2018/10/16 12:50] vektratsoftware:osx [2023/12/19 09:01] (current) – [vim colouring] vektrat
Line 1: Line 1:
 ======= OS X ====== ======= OS X ======
 +===== vim colouring =====
 +''.vimrc''
 +<code bash>
 +syntax on
 +</code>
 +
 ===== Prompt ===== ===== Prompt =====
-// Colored terminal (folders, etc)+''.zshrc''
 <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='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
 +</code>
 +
 +<code bash>
 +# zsh prompt (OSX)
 +PROMPT='%B%F{green}%n@%m%f%b:%B%F{blue}%~%f%b$ '
 </code> </code>
  
Line 35: Line 47:
 defaults write -g ApplePressAndHoldEnabled -bool true defaults write -g ApplePressAndHoldEnabled -bool true
 </code> </code>
 +
 +===== M1 bullshit =====
 +  * [[https://github.com/Homebrew/brew/issues/7857 | macOS 11 Big Sur compatibility on Apple Silicon]]
software/osx.1539694227.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki