Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home

https://www.atlassian.com/git/tutorials/dotfiles

setup

The zsh setup is opt-in. The repo provides partial zsh files under .config/zsh; it should not own or overwrite local startup files like ~/.zprofile and ~/.zshrc.

To enable the shared zsh login/session setup, add this to ~/.zprofile:

[[ -r "$HOME/.config/zsh/profile.zsh" ]] && source "$HOME/.config/zsh/profile.zsh"

To enable the shared interactive zsh setup, add this to ~/.zshrc:

[[ -r "$HOME/.config/zsh/rc.zsh" ]] && source "$HOME/.config/zsh/rc.zsh"

qol changes

show app switcher on all displays [source]

defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock

bin

To bind more loopback interfaces other than 127.0.0.1, there's a launch daemon built specifically for Darwin in bin/localhost_alias. Install and uninstall it by running these commands:

./bin/localhost_alias/install
./bin/localhost_alias/uninstall

Currently it binds from .10 to .20 (inclusive). Adjust the .plist file to expand or contract the range.

Releases

Packages

Contributors

Languages