Skip to content

tomiella/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors