diff --git a/doom/.doom.d/init.el b/doom/.doom.d/init.el index 39ef12b..1ef4dea 100644 --- a/doom/.doom.d/init.el +++ b/doom/.doom.d/init.el @@ -155,7 +155,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp +pyright) ; beautiful is better than ugly + (python +lsp) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 diff --git a/just/.justfile b/just/.justfile index aaf70c3..b8ad573 100644 --- a/just/.justfile +++ b/just/.justfile @@ -4,6 +4,12 @@ dotfiles_repo := "/home/jas/repos/codeberg.org/hyperreal/dotfiles" homedir := "/home/jas/" configdir := "/home/jas/.config/" +to-laptop: + rsync -aAXP {{homedir}}/sync/ jas@laptop.lyrebird-marlin.ts.net:/home/jas/sync + +to-desktop: + rsync -aAXP {{homedir}}/sync/ jas@desktop.lyrebird-marlin.ts.net:/home/jas/sync + refresh-doom-emacs: rm -rf {{configdir}}/emacs git clone --depth 1 https://github.com/doomemacs/doomemacs {{configdir}}/emacs