Skip to content

van-sprundel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Dot files from current distro, nothing final

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published