- Debian
- Raspbian
- Ubuntu
- Zorin OS
- MacOS
- Windows Subsystem for Linux (WSL1)
- Windows Subsystem for Linux 2 (WSL2)
Tip
Whether or not the OS is supported is determined by /etc/os-release.
SEE: bootstrap
- git
- make
- sudo
git clone https://github.com/viasnake/dotfiles.git
cd dotfiles
make installTip
Setup your git identity by editing the git config file:
vim ~/.config/gitAdd the following lines:
[user]
name = viasnake
email = admin@viasnake.com
make uninstall