Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:mac:start [2020/04/16 11:18] kalenpw [window management] |
development:mac:start [2021/12/02 12:10] (current) kalenpw |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Mac ====== | ====== Mac ====== | ||
* [[.: SOCKS Proxy ]] | * [[.: SOCKS Proxy ]] | ||
+ | * [[.: Creating .apps for scripts ]] | ||
+ | * [[.: Replacing App Icons ]] | ||
---- | ---- | ||
===== Hotkeys ===== | ===== Hotkeys ===== | ||
- | ==== screenshots | + | **screenshots** |
* < | * < | ||
* < | * < | ||
- | ==== window management | + | **window management** |
* < | * < | ||
* < | * < | ||
+ | |||
+ | ---- | ||
+ | ===== Installing non-trusted Software ===== | ||
+ | '' | ||
---- | ---- | ||
Line 20: | Line 26: | ||
'' | '' | ||
+ | <code bash> | ||
+ | # list installed packages | ||
+ | brew list # also: brew list --cask | ||
+ | # install / uninstall | ||
+ | brew install --cask seaglass | ||
+ | brew uninstall --cask seaglass | ||
+ | # cleanup unused dependancies | ||
+ | brew autoremove | ||
+ | </ | ||
+ | ---- | ||
+ | ===== Apache ===== | ||
+ | Config located at : ''/ | ||
+ | <code bash> | ||
+ | sudo / | ||
+ | </ | ||
+ | ---- | ||