- Setup SSH
curl https://raw.githubusercontent.com/driesvints/dotfiles/HEAD/ssh.sh | sh -s "<email-address>"
- Setup GitHub SSH Key Ref
- Run init script via chezmoi toolset
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply [email protected]:bdatdo0601/dotfiles.git
(decrypt pw keep in note) - install this workflow set sync folder to
$HOME/.local/share/chezmoi/alfred_pref
--> choose restore backup to the latest - Restart your computer to finalize the process
Login to github via vs-code to sync setting and others
Turn Sync on
Alfred --> Cmd + Ctrl + Space
Alfred File Search --> Option + Cmd + /
Alfred Universal Action --> Cmd + Ctrl + \
Alfred Clipboard --> Option + Cmd + C
Alfred Snippet --> Ctrl + Cmd + Shift + S
Homerow Click --> Cmd + Shift + Option + F
Homerow Scrolling --> Cmd + Shift + Option + J
Homerow Search --> Cmd + Shift + Option + Space
<leader> is alt keys
can also be controlled by Tilling Layer via Dygma Config
configurable via dot_aerospace.toml
<leader> 0 --> 9 generic workspace
<leader> T terminal workspace
<leader> B browser workspace
<leader> N notes workspace
<leader> M meetings workspace
<leader> P players (music) workspace
<leader> C code workspace
<leader> tab switch monitor focus
<leader> shift tab --> move current workspace to next monitor
<leader> comma --> accordion view
<leader> slash --> tiles view
<leader> enter --> fullscreen current window
<leader> hjkl --> move focus between window in workspace
<leader> shift hjkl --> move window
<leader> shift minus --> decrease window size
<leader> shift plus --> increase window size
<leader> semi-colon --> enter service mode
----
[Service Mode]
<leader> esc --> reload config (post config modification)
<leader> r --> reset window in workspace
<leader> f --> toggle workspace setup between floating and Tilling
<leader> backspace --> close non-focus window
<leader> shift hjkl --> join current window with direction
<leader> by default is space
Ctrl + n --> File Tree
<leader> + f f --> File Search
<leader> + <leader> --> Shortcut
<leader> by default is ctrl+b
<leader> + x --> terminate
<leader> + % --> open a new pane horizontally
<leader> + " --> open a new pane vertically
<leader> + c --> new window
<leader> + d --> detach session
<leader> + s --> switch session
<leader> + hjkl --> move focus
run cmencryptbackup.sh
(located in helpers)