From c6cd74b1dc688c7576dc9b9a142573e081f8a80b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 18 Jun 2025 16:15:48 -0400 Subject: improve docs --- README.md | 28 ++++++++++++++++------------ install.sh | 1 - 2 files changed, 16 insertions(+), 13 deletions(-) delete mode 100755 install.sh diff --git a/README.md b/README.md index afb80fc..d4319ae 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ -# Dotfiles +# Jack Jamison's Dotfiles -Using: -- Hyprland +## Dependencies +Important +- Hyprland + utils (hyprpaper, hypridle) +- Bash - Kitty +- Neovim +- Fuzzel + +Helper - Brightnessctl -- Emacs -- Emacs lsp booster -- Grim -- Slurp -- Tofi +- Grim and Slurp for screenshots +Fonts and style: - Dejavu Sans Mono - Nerd icons -Installation: -- Download dependencies, and GNU stow -- stow . --adopt -- git restore . +## Installation +Everything can be installed by running `stow .` Since there are probably conflicts with your existing files, you can use the `--adopt` flag and then `git restore .`. + +## TODO +- [ ] diff --git a/install.sh b/install.sh deleted file mode 100755 index a9bf588..0000000 --- a/install.sh +++ /dev/null @@ -1 +0,0 @@ -#!/bin/bash -- cgit v1.2.3