-
Notifications
You must be signed in to change notification settings - Fork 0
mac os general
- Jump to beginning of line: control + a
- Jump to end of line: control + e
- Backward delete word
xattr -d com.apple.quarantine /Applications/<appName>.app
# Check status with
sudo spctl --status
sudo spctl --master-disable
# Check status with
sudo spctl --status
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
-> Reboot afterwards
defaults write com.apple.finder AppleShowAllFiles TRUE
defaults write -g ApplePressAndHoldEnabled -bool false
-> A bit counter-intuitive but false
= repeat while holding down
defaults write com.apple.notificationcenterui bannerTime 2 # Time in seconds
If you want to have the same keys assigned as for the Mac keyboard go to System Settings
-> Keyboard
-> Keyboard Shortcuts...
-> On the left side select Modifier Keys
-> In Select keyboard
select the right keyboard (e.g. USB keybaord) and assign: Option key
to Command
and Command key
to Option
.
If you reconnect your displays and applications are not in were they supposed to be but switched to another display. Move the devault display bar in arrange displays so that they fit again (somehow for me it worked best to circle it).
Add these lines to ~/.inputrc
:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
To enable run:
# bash
python -m pip completion --bash >> ~/.zprofile
# zsh
python -m pip completion --zsh >> ~/.zprofile
Usually ~/.zprofile
is empty.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise