20250112.1736693199

This commit is contained in:
fz0x1 2025-01-12 15:46:39 +01:00
parent d6dbebc9f8
commit cfce6c21e1
3 changed files with 4 additions and 1 deletions

View file

@ -428,6 +428,7 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
) )
)) ))
)) ))
;; Whenever you reconfigure a package, make sure to wrap your config in an ;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g. ;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;; ;;

View file

@ -154,7 +154,7 @@
;;nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;ocaml ; an objective camel
(org +roam2 +pretty +habits) ; organize your plain life in plain text (org +roam2 +pretty +habits +journal) ; organize your plain life in plain text
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;graphviz ; diagrams for confusing yourself even more ;;graphviz ; diagrams for confusing yourself even more

View file

@ -7,6 +7,8 @@ alias ossleep='systemctl suspend'
alias yyu='sudo pacman -Syyu' alias yyu='sudo pacman -Syyu'
## xsel ## xsel
alias cop='xsel --clipboard --input' alias cop='xsel --clipboard --input'
## xdg-open
alias open='xdg-open'
## docker ## docker
#export DOCKER_HOST=unix:///run/user/1000/docker.sock #export DOCKER_HOST=unix:///run/user/1000/docker.sock