Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (39 loc) · 1.33 KB

debian-autosetup

A script that sets up all of the configurations, dependecies, tools and softwares I need on any system for debian.

How To Use:

Simply run the commad in terminal as super user,

apt install git

Then run this command to clone the repository,

git clone https://github.com/SyedMustafaAhmad/debian-autosetup/

To run the shell script, use yhe following commad after you cd into the debian-autosetup folder, Make sure to run this script as a superuser,

sh debian-autosetup.sh

Note: Some people experience problems running Xorg directly afterwards so it is recommended to give the system a restart. So,

reboot

to reboot your system

Running dwm

Firstly, exit out of super user. Now, run the following command to start Xorg

startx

Now, you need to execute dwm i.e.

exec dwm

Congratulations! Alternatively, if you want to automatically run dwm at startup, edit your .Xinitrc file.

To Do:

  • Still need to add implementation of placing config files at proper places and setting up /usr/bin/ directories
  • Need to add implementation to make softwares like sxiv and st default
  • Need to configure sudoers file properly

Fixes:

  • In dependencies, add git and X11 libraries
  • Add dmenu, st as the terminal and dwm as a window manager