ergusto / dotfiles

Dotfiles managed with GNU Stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three things are required when installing dotfiles:

installing packages
defining configs
running commands

The third step can include installations outside of package managers/brew etc, or performing setup steps.

This process guides the structure of this repository. 

macos ->

xcode-select --install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

git clone https://github.com/ergusto/dotfiles.git ~/dotfiles

cd ~/dotfiles && bash ./setup.sh

Stuff to automate

downloading of lunarvim
downloading of npm with fnm
downloading of zsh-syntax-highlighting

About

Dotfiles managed with GNU Stow


Languages

Language:Shell 98.3%Language:Ruby 1.7%