From 81c908048397397fe46b106a3707d08e38a4267e Mon Sep 17 00:00:00 2001 From: J Pat Date: Tue, 12 Mar 2024 12:16:20 -0400 Subject: [PATCH] Create README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e6b318 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# This will be where I store my dotfiles for preferably the rest of eternity. + +I will use GNU Stow to do so, and it's working well enough so far. + +## Below is a description for each stow + +## NVIM + +### How it was made + +I'll be honest. I liked LazyVim but didn't want to learn the keybinds so I just copied the stuff I needed and added other plugins/changed keybinds for the rest. + +### Plugin Manager + +[Lazy.nvim](https://github.com/folke/lazy.nvim) +It's not entirely optimized, but I tried to reduce startup time as much as possible + +### UI Stuff + +I run tokyonight-moon theme, with alpha-nvim as my dashboard. + +I also have mini-indentscope and indent-blankline in order to get some cool indentation highlighting. Entirely unnecessary, but entirely cool. + +### LSP, Linting, and Formatters. + +I switched from null-ls to conform.nvim + nvim-lint after reading a Reddit Post. I find it pretty fast. Still perfecting the configuration though. + +## GIT + +Just a .gitconfig built up over regular usage + +## TMUX + +My new .tmux.conf + +## ZSH + +Just a basic old ZSH