diff options
| -rw-r--r-- | README.md | 28 | ||||
| -rwxr-xr-x | install.sh | 1 |
2 files changed, 16 insertions, 13 deletions
@@ -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 |
