dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Today I offer you this, tomorrow? Who knows.

Dotfiles

Current setup: WSL + ArchWSL.

Initialize keyring

sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -Sy archlinux-keyring
sudo pacman -Su

Pre-install

sudo pacman -Syu
sudo pacman -S openssh git make

Clone dotfiles

git clone --bare [email protected]:innng/dotfiles.git $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config checkout
config config --local status.showUntrackedFiles no

Config git

make config-git EMAIL="<email>" NAME="<name>"

Useful links