/dotfiles

Important dotfiles I need for my config.

Primary LanguageLua

Dotfiles

To use

  1. Install GNU stow.

  2. Install dependencies.

    Arch:

    pacman -S noto-fonts ttf-cascadia-code-nerd

    Ubuntu:

    sudo apt-get fonts-cascadia-code fonts-noto

    Fedora:

    dnf cascadia-code-fonts install google-noto-fonts-all
  3. Use git to clone the repo into you home directory.

    git clone https://github.com/DoubleDotStudios/dotfiles.git ~
  4. Use GNU stow to symlink the directories.

    Tmux, Nvim, Kitty, Fastfetch, and Dunst (~/.config)

    stow .

    Zshrc (~/.zshrc and ~/.zshenv)

    stow -v -t ~ zsh/