Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 494 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 494 Bytes
sudo apt update && sudo apt install -y git curl software-properties-common dirmngr
sudo apt update && sudo apt upgrade

For Debian < 11:

git clone https://github.com/ewarchul/dotfiles.git
cd dotfiles

export DEBIAN_FRONTEND=noninteractive
sudo cp debian/sources.list /etc/apt/sources.list
sudo apt update && sudo apt upgrade
sudo apt full-upgrade
bash bootstrap.sh

otherwise:

git clone https://github.com/ewarchul/dotfiles.git
cd dotfiles
bash bootstrap.sh