Skip to content

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

Notifications You must be signed in to change notification settings

SyedMustafaAhmad/debian-autosetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages