aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-12-25 15:15:27 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-12-25 15:15:27 +0000
commit0e05994530deb53982ee8559c9fbf99845e15ee7 (patch)
tree3e15256d10de79e44dfc64ca7f9e606f192229c3
parent724b6ccee42ed4de8c15483ab197f3d2f956a995 (diff)
Update readme
-rw-r--r--README.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md
index 186b6ee..8614374 100644
--- a/README.md
+++ b/README.md
@@ -20,27 +20,39 @@ Plus my own scripts in `bin`.
### Graphical
-* [alacritty](https://alacritty.org/) (*terminal emulator*)
+* [kitty](https://sw.kovidgoyal.net/kitty/) (*terminal emulator*)
* [mako](https://github.com/emersion/mako) (*notifications*)
-* ~~[sway](https://swaywm.org/)~~ (*WM, currently trying out hyprland instead*)
-* [hyprland](https://hyprland.org/) (*WM*)
+* [sway](https://swaywm.org/) (*WM*)
* [swaylock](https://github.com/swaywm/swaylock)
* [swayidle](https://github.com/swaywm/swayidle)
* [waybar](https://github.com/Alexays/Waybar) (*status bar*)
* [wofi](https://sr.ht/~scoopta/wofi/) (*launcher*)
+* ~~[alacritty](https://alacritty.org/)~~ (*terminal emulator, not currently in use*)
+* ~~[hyprland](https://hyprland.org/)~~ (*WM, not currently in use*)
* ~~[iTerm2](https://iterm2.com/)~~ (*terminal emulator, not currently in use*)
* ~~[rofi](https://github.com/davatorium/rofi)~~ (*launcher, not currently in use*)
+### Other
+
+* This repository also contains some systemd unit files.
+
## Install
This repository is designed to be installed with my own [dotfiles-installer](https://github.com/LMBishop/dotfiles-installer) program. Unless you happen to be me, I wouldn't suggest using this.
-Arch / Asahi:
+### Arch / Asahi
+
+```
+# dotfiles-installer -f install-arch-system.yml
+```
+
+Then:
+
```
$ dotfiles-installer -f install-arch.yml
```
-macOS - requires the Xcode command line tools:
+### macOS - requires the Xcode command line tools
```
$ dotfiles-installer -f install-macos.yml