Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.07 KB

Dotfiles

Requirements

  • Git
  • GNU Stow
  • Alacritty
  • Fish shell (oh-my-fish for themes)
  • Neovim
  • nvm

Arch:

sudo pacman -Syyu git stow alacritty fish neovim                                                                                            # Packages 
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher    # Fisher
fisher install jorgebucaran/nvm.fish                                                                                                        # Node Version Manager
nvm install lts && nvm use lts                                                                                                              # Install latest LTS version of node
node --version 2> set --universal nvm_default_version                                                                                       # Set global node version
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish                                                      # oh-my-fish