mayboroda / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My personal setup for .dotfiles

Core Deps

  • install homebrew
  • install GPG
  • install git

New Machine

cd ~
mkdir .dotfiles
git --git-dir="$HOME/.dotfiles" --work-dir="$HOME" init
git --git-dir="$HOME/.dotfiles" remote add origin git@github.com:mayboroda/dotfiles.git
git --git-dir="$HOME/.dotfiles" pull origin main

Colors

Thanks to

  • The main repo that I use to copy code from bathiasbynens
  • Another beautiful dotfile organization by matijs (no rsync)
  • Git ignore all folders but certain one heiblmedia gist

About


Languages

Language:Lua 54.8%Language:Shell 45.2%