mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2025-01-18 11:13:45 +01:00
Update
This commit is contained in:
parent
829d977a6e
commit
2e8ea1e8e4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user