From f6a3ed0e810f1865b9c04dbc354e8fd2415333cd Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:27:26 +0000 Subject: [PATCH] i forgot how markdown works --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9eef2be..7f49d08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # harry's dotfiles -my dotfiles! uses [https://www.chezmoi.io/](chezmoi) to keep stuff organised, which is why this branch looks kinda funny! if you wanna see what the dotfiles look like after being processed, check out the [https://github.com/harryob/dotfiles/tree/compiled](compiled output branch), which is more or less what all these files end up looking like (on a MacOS install, that is) +my dotfiles! uses [chezmoi](https://chezmoi.io/) to keep stuff organised, which is why this branch looks kinda funny! if you wanna see what the dotfiles look like after being processed, check out the [compiled output branch](https://github.com/harryob/dotfiles/tree/compiled), which is more or less what all these files end up looking like (on a MacOS install, that is) chezmoi allows us a one line install for the dotfiles, which is very neat. as part of the install process, we also install chezmoi, so we can cleanup this utility after its been used to bootstrap itself @@ -9,12 +9,12 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply harryob -P ``` # text editor -i use [./dot_config/nvim](neovim) as my text editor, supplemented by vscode for some funny niche languages without a neovim lsp +i use [nvim](./dot_config/nivm) as my text editor, supplemented by vscode for some funny niche languages without a neovim lsp # wezterm -i love this terminal editor more than anything - and it's got a very minimal config (once you've parsed how to make a config) - that lives [./dot_config/wezterm/wezterm.lua](here) +i love this terminal editor more than anything - and it's got a very minimal config (once you've parsed how to make a config) - that lives [here](./dot_config/wezterm/wezterm.lua) # theme -primarily nord - particularly the [https://github.com/EdenEast/nightfox.nvim](nightfox.nvim) nordfox for neovim +primarily nord - particularly the [nordfox](https://github.com/EdenEast/nightfox.nvim) for neovim