Skip to content

Commit

Permalink
i forgot how markdown works
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent 66507e8 commit f6a3ed0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit f6a3ed0

Please sign in to comment.