mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2025-01-18 19:23:44 +01:00
Update
This commit is contained in:
parent
829d977a6e
commit
2e8ea1e8e4
@ -155,7 +155,7 @@
|
|||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;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
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
|
@ -4,6 +4,12 @@ dotfiles_repo := "/home/jas/repos/codeberg.org/hyperreal/dotfiles"
|
|||||||
homedir := "/home/jas/"
|
homedir := "/home/jas/"
|
||||||
configdir := "/home/jas/.config/"
|
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:
|
refresh-doom-emacs:
|
||||||
rm -rf {{configdir}}/emacs
|
rm -rf {{configdir}}/emacs
|
||||||
git clone --depth 1 https://github.com/doomemacs/doomemacs {{configdir}}/emacs
|
git clone --depth 1 https://github.com/doomemacs/doomemacs {{configdir}}/emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user