git clone https://github.com/gotha/dotfiles.git && cd dotfilesDepending on your OS follow one of these guides:
Plugins will be automatically installed by lazy.nvim on first run.
To manually sync plugins:
nvim +Lazy syncStart tmux and press prefix + I (shift + i) to install the required plugins.
or manually:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
killall tmux
tmux
~/.tmux/plugins/tpm/bin/install_pluginsvale syncto update vale styles
nix run github:serokell/deploy-rs -- .#bastionon M processor Mac the distro devbox-arm is build instead of devbox;
nix build .#devbox-qemunix run .#devbox-qemuState lives in qemu/devbox.qcow2
nix run .#devbox-qemu -- --freshdiscards the overlay and the EFI variables.
ssh -p 2222 gotha@localhostscp -P 2222 ~/.ssh/id_rsa ~/.ssh/id_rsa.pub gotha@localhost:.ssh/
ssh -p 2222 gotha@localhost 'chmod 600 ~/.ssh/id_rsa'gpg --export-secret-keys 7EFF0CECB200083C60EA2AA2C8DDF8A8BDF70670 \
| ssh -p 2222 gotha@localhost 'gpg --import'
ssh -p 2222 gotha@localhost '
chmod 700 ~/.gnupg
find ~/.gnupg -mindepth 1 -maxdepth 1 -type d -exec chmod 700 {} \;
systemctl --user restart sops-nix.service
'successful run is the healthy state:
ssh -p 2222 gotha@localhost '
systemctl --user status sops-nix.service --no-pager | head -3
ls ~/.config/sops-nix/secrets/
'git remote set-url origin git@github.com:gotha/dotfiles.git
git config --local core.hooksPath .githooks/