Skip to content

viasnake/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Supported OS

  • 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

How to use

Prerequisites

  • git
  • make
  • sudo

Installation

git clone https://github.com/viasnake/dotfiles.git
cd dotfiles
make install

Tip

Setup your git identity by editing the git config file:

vim ~/.config/git

Add the following lines:

[user]
    name = viasnake
    email = admin@viasnake.com

How to uninstall

make uninstall