Mac os related settings, tricks, headaches.
Config
Homebrew
oh-my-zsh
In terminal, set shell to be zsh
Github ssh
vi .ssh/config
, add the following block:
Host github.com
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
Dotfiles v2
Configuring dotfiles can be quite a boring task, and somehow I find myself having to doing it at amazing frequency - I guess I like to wipe my computers clean like wiping a physical desktop.
I started by having repo for all my computers, then quickly get into immense headaches between Mac and Windows system (alas WSL2, you are so adorable but can be real buggy). Then decided maybe it’d be a good idea to branch out for mac and win systems.
I am starting from scratch to log the whole process. Create a new repo with a blank template.
Edit install.conf.yaml
Obsidian settings
Set up my notebook with obsidian and the vault for this blog site. Refer to obsidian log.
Software
Snap: open apps in dock with cmd + num
Like you can do in windows, where win + 1
would open the first software in your menu bar.
Snap allows you to do the same thing with cmd + num. It used to cost you a bout a dollar, but it’s free now 👻.
Source: stack exchange question.
- Rectangle
- Karabiner for key remap
2023-08-10