User Tools

Site Tools


software:osx

Differences

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

Link to this comparison view

Next revision
Previous revision
software:osx [2018/04/15 21:54] – created 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 =====
 +''.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 14: Line 32:
 # Add these lines in the <dict> node # Add these lines in the <dict> node
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.4pple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0"> <plist version="1.0">
 <dict> <dict>
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.1523829252.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki