Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 735 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 735 Bytes

debian-config

configuration files and scripts for fresh debian install

Prerequisites

Add superuser

  1. Run the following commands
$ su --login
Password: (enter here the password of the root user that you specified during your Debian installation, and press Enter)

# apt install sudo

# adduser joost sudo
  1. Logout and log back in

Get scripts

  1. Install git
sudo apt install git
  1. Make Scripts directory
mkdir Scripts
cd Scripts
  1. clone this repo
git clone https://github.com/Jvdputten/debian-config

Installation scripts

qtile-setup.sh - Enable global management of pip and install qtile.