Personal dotfiles to get up and running with my favorite tools in a flash.
Go to file
2024-03-23 01:49:32 -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 legible visual highlighting 2024-03-23 01:49:32 -05:00
kitty-theme.conf kitty config 2024-03-23 01:02:01 -05:00
kitty.conf transparent kitty bg 2024-03-23 01:27:54 -05:00
LICENSE Add LICENSE 2019-08-03 21:04:06 +00:00
README.md kitty config 2024-03-23 01:02:01 -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)
    • 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)" --