dotfiles/README.md
2024-03-23 01:02:01 -05:00

870 B

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)
    • Kitty for Linux
      # ~/.config/kitty/kitty.conf
      include ~/path_to_this_cloned_repo/kitty-theme.conf
      
  • 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)" --