-
Notifications
You must be signed in to change notification settings - Fork 0
mac os general
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
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).
https://superuser.com/a/1220526/591879
Add these lines to ~/.inputrc
:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
To enable run:
python -m pip completion --bash >> ~/.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