1
1
Fork 0
Personal dotfiles to get up and running with my favorite tools in a flash.
Find a file
2024-03-23 00:41:34 -05:00
git Added gitconfig file, adjusted readme, added configs 2024-02-17 12:14:15 -06:00
.gitignore ignore tags 2021-04-09 10:22:59 -05:00
.zshrc More linux friendly, lunarvim, zsh fixes 2024-02-17 12:35:33 -06:00
aura-theme-soft.itermcolors Aura theme colors 2022-04-08 18:25:39 -05:00
config.lua color theme improvements 2024-03-23 00:41:34 -05:00
LICENSE Add LICENSE 2019-08-03 21:04:06 +00:00
README.md prettier lvim theme 2024-03-22 23:56:15 -05:00

Gaiety's Dotfiles

Designed for Unix Systems.

Setup

  • Install a nice terminal
    • iterm2 for MacOS (via brew) brew install iterm2 (a color theme is in the root directory, feel free to import it in preferences)
    • Terminology for Linux
  • Install asdf version manager, configure with tools you'll need
  • Install NeoVim
  • Install LunarVim lvim to run Additional config in config.lua
  • Install fzf
    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
    ~/.fzf/install
    
  • ZSH
    • Verify ZSH is installed
    • Install zi sh -c "$(curl -fsSL https://git.io/get-zi)" --