update README
This commit is contained in:
parent
81d83d3fdf
commit
2fd119f128
1 changed files with 8 additions and 2 deletions
10
README.org
10
README.org
|
@ -1,5 +1,6 @@
|
|||
#+TITLE: nezia's dotfiles
|
||||
|
||||
#+TITLE: my dotfiles
|
||||
[[./screenshots/desktop.png]]
|
||||
[[./screenshots/desktop-terminals.png]]
|
||||
These are my personal dotfiles for configuring my workstation. I use [[https://www.gnu.org/software/stow/][stow]] to manage them, hence why everything is under its own module, so I can use ~stow *~ to symlink them to the right place.
|
||||
|
||||
* Theme
|
||||
|
@ -18,4 +19,9 @@ I use [[https://github.com/catppuccin/catppuccin][catppuccin]] as my theme (the
|
|||
|
||||
Hyprland is configured to use a random wallpaper from the ~~/.dotfiles~ directory, so you need to have your wallpapers in it.
|
||||
|
||||
* Services and timers
|
||||
|
||||
The user-services module contains different systemd daemons and timers that you might or might not need depending on your specific use-case:
|
||||
|
||||
- sync: a systemd timer that synchronizes my password file and my org directory using [[https://rclone.org/][rclone]] to a remote called drive (runs every 5 minutes)
|
||||
- ssh-agent: starts an ssh agent on SSH_ACTH_SOCK
|
||||
|
|
Loading…
Reference in a new issue