Skip to content

A basic install and configuration script for Arch and Debian

Notifications You must be signed in to change notification settings

enziaki/ArchConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchConfig

Note: There some packages in the install.sh for Arch Linux that don't return a definite package location for pacman to install. This will result in a Failed script and half copied broken configs. Removing some packages completely resolves this issue. After correction, this section will be moved to TODO

A simple install script that installs basic apps on Arch or Debian systems

Installation

Before executing the script make sure that multilib in included in the /etc/pacman.conf like shown. Otherwise the script will fail.

pacman

Enter these into the terminal:

git clone https://github.com/enziaki/ArchConfig
cd ArchConfig
chmod +x install.sh
./install.sh

Awesome WM theme and config

If you want to use Awesome as your window manager, remove exec dwm with exec awesome in .xinitrc and remove dwmblocks &. The theme file needs to be copied in /usr/share/awesome/themes/default/ while the config file needs to be copied into ~/.config/awesome/ This will already be done by the script but only the rc.lua part. Themes has various ways of installing it.\ This is not the only way to do this and this is not even the recommended way to do this. This will override your theme.lua that was given by default on the system.

Use this with caution!

DWM

My build of DWM along with Dwmblocks gets cloned by the script and is already present in .xinitrc DWM is the default window manager along with alacritty as the default term

End result

  • This is the default rice with DWM and alacritty End result with DWM

  • This is the rice if you use Awesome End result should look something like this.

TODO

[DONE] Change the workflow to DWM instead of Awesome.

[DONE] DWM patching with the patches and window swallowing.

[Moving to Gamescope] Moving to wayland and things that are dependent on Xorg using Xwayland.

[DONE] Using pipewire instead of pulseaudio.