Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 753 Bytes

File metadata and controls

60 lines (46 loc) · 753 Bytes

Dotfiles

Requirements

Ensure you have the following installed on your system. The examples are using yay as a packet manager.

zsh

brew install zsh
chsh -s $(which zsh)

Font

You can use any nerd-font.

brew install --cask font-jetbrains-mono-nerd-font

Starship

brew install starship

eza

brew install eza

zoxide

brew install zoxide

Neovim

brew isntall node
brew install ripgrep
brew install luarocks
brew install neovim

Stow

brew install stow

Installation

First, check out the dotfiles repo in your $HOME directory using git

$ git clone git@github.com/tomiella/dotfiles.git
$ cd dotfiles

then use GNU stow to create symlinks

$ stow .