From 107478513eb02ab6f7bb4d8d98c85d030ac665f8 Mon Sep 17 00:00:00 2001 From: gaiety Date: Tue, 7 Oct 2025 19:09:43 -0600 Subject: [PATCH] readme update --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f6efd2f..827f953 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,14 @@ Designed for Unix Systems. ## Setup -Misc dependencies: `git, curl` - -* [Install VictorMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/VictorMono) -* [Install mise](https://mise.jdx.dev) version manager -* [Kitty for Linux](https://sw.kovidgoyal.net/kitty) -* Install [NeoVim](https://neovim.io/) +Misc dependencies: `git, curl, apt` ```sh -./setup.sh +# apt Installations +sudo ./setup.sh -mise install -ln -s "$(pwd)/nvim" ~/.config/nvim -ln -s "$(pwd)/fish" ~/.config/fish -ln -s "$(pwd)/kitty" ~/.config/kitty -ln -s "$(pwd)/zellij" ~/.config/zellij -ln -s "$(pwd)/starship.toml" ~/.config/starship.toml +# Links & Configs +task ```