Skip to content

ComicShrimp/dotfiles

Repository files navigation

dotfiles

Requirements

  • Stow
  • Git
  • Zsh
  • Nvim
    • ripgrep
  • Alacritty
  • Starship
  • unzip
  • Lazygit
  • Tmux
  • fzf
  • NerdFont fira code
  • fd

You can use the following command to install the requirements

Arch Linux

pacman -S stow git zsh neovim alacritty ripgrep starship unzip lazygit tmux fzf ttf-firacode-nerd fd

Homebrew

brew install stow git zsh nvim alacritty ripgrep starship unzip lazygit tmux fzf fd

Instalation

Clone this repo in the home ($HOME) directory and run the following command to install the dotfiles.

stow .

Set Zsh as default shell

chsh -s $(which zsh)

Sources/Inspirations