Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 485 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 485 Bytes

dotfiles

Dotfiles used on Unix-like operating systems such as Debian and FreeBSD.

Initialize

Git

Get onto main without checking anything out or overwriting any local files.

git init -b main
git remote add origin git@github.com:thnee/dotfiles.git
git fetch
git reset origin/main
git branch -u origin/main main

Checkout files and submodules.

git checkout .
git submodule update --init --recursive

Xrdb

xrdb -m .Xresources