You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
687 B
27 lines
687 B
rebuild:
|
|
sudo nixos-rebuild switch --flake .
|
|
|
|
awesome:
|
|
git clone --recurse-submodules https://git.kindrobot.ca/kindrobot/awesome.git ~/.config/awesome
|
|
|
|
install-doom: link-org
|
|
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
|
|
~/.emacs.d/bin/doom install
|
|
|
|
link-org:
|
|
ln -s $HOME/Nextcloud/org $HOME/org
|
|
|
|
rebuild-emacs: rebuild
|
|
$HOME/.emacs.d/bin/doom sync
|
|
systemctl --user restart emacs
|
|
|
|
restart-emacs:
|
|
systemctl --user restart emacs
|
|
|
|
upgrade:
|
|
nix flake update
|
|
sudo nixos-rebuild switch --flake .
|
|
|
|
secrets:
|
|
git clone ssh://git@git.kindrobot.ca:61734/kindrobot/secretdots.git ../secretdots
|
|
cd ../secretdots && ./install.sh
|
|
|