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/04/15 22:00] – external edit 127.0.0.1software: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 =====
 +''.zshrc''
 +<code bash>
 +# Colored terminal (folders, etc)
 +export CLICOLOR=1
 +export LSCOLORS=ExFxCxDxBxegedabagacad
 +</code>
 +
 //Coloured, with user@host:full_path// //Coloured, with user@host:full_path//
 <code bash> <code bash>
 # 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 29: 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.1523829624.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki