Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 817 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 817 Bytes

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