Last active
July 4, 2024 20:20
-
-
Save Bearbobs/2b744adda0a5151d4530ba763de993ef to your computer and use it in GitHub Desktop.
Revisions
-
Bearbobs revised this gist
Sep 13, 2020 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Config Files Repo : https://github.com/Bearbobs/glorious-awesome-debian Setps to setup on debain based system as the original author is on arch and It's quite diffrent procedure as compared. ## Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. ## Rofi-> @@ -19,7 +19,7 @@ Setps to setup on debain based system as the original author is on arch and It's make package sudo apt install build/*.deb ## Building Compositor for Debain ##Picom-> git clone https://github.com/tryone144/compton.git cd compton @@ -31,11 +31,11 @@ Setps to setup on debain based system as the original author is on arch and It's ninja -C build ninja -C build install ## log in into awesome and fixing configs *Please backup any previous configs* git clone https://github.com/Bearbobs/glorious-awesome-debian.git cd glorious-awesome-debian -> Copy awesome folder to .config ## login to awesome desktop environment and enjoy! Please Drop comment for any Help and Amendment. Main Developer and Maintainer : https://github.com/manilarome/the-glorious-dotfiles -
Bearbobs revised this gist
Sep 13, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ Config Files Repo : https://github.com/Bearbobs/glorious-awesome-debian Setps to setup on debain based system as the original author is on arch and It's quite diffrent procedure as compared. #Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. ## Rofi-> git clone --recursive https://github.com/DaveDavenport/rofi -
Bearbobs revised this gist
Jun 14, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,4 +36,5 @@ Setps to setup on debain based system as the original author is on arch and It's cd glorious-awesome-debian -> Copy awesome folder to .config -> login to awesome desktop environment and enjoy! Please Drop comment for any Help and Amendment. Main Developer and Maintainer : https://github.com/manilarome/the-glorious-dotfiles -
Bearbobs revised this gist
May 13, 2020 . 1 changed file with 7 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,28 +4,27 @@ Setps to setup on debain based system as the original author is on arch and It's 1.) Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. ## Rofi-> git clone --recursive https://github.com/DaveDavenport/rofi cd rofi sudo apt install flex bison librsvg2-dev libjpeg-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev libxcb-shape0-dev libxcb-xkb-dev meson setup build ninja -C build sudo ninja -C build install ## Awesome-> sudo apt build-dep awesome git clone https://github.com/awesomewm/awesome cd awesome make package sudo apt install build/*.deb 2.) Building Compositor for Debain ##Picom-> git clone https://github.com/tryone144/compton.git cd compton git fetch git checkout feature/dual_kawase sudo apt install libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libxdg-basedir-dev libgl1-mesa-dev libpcre2-dev libevdev-dev uthash-dev libev-dev cmake libx11-xcb-dev libxcb-glx0-dev git submodule update --init --recursive meson --buildtype=release . build ninja -C build -
Bearbobs revised this gist
Apr 15, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Setps to setup on debain based system as the original author is on arch and It's git clone https://github.com/awesomewm/awesome cd awesome make package sudo apt install build/*.deb ## Rofi-> git clone --recursive https://github.com/DaveDavenport/rofi -
Bearbobs revised this gist
Mar 18, 2020 . 1 changed file with 30 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,12 +4,37 @@ Setps to setup on debain based system as the original author is on arch and It's 1.) Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. ## Awesome-> sudo apt build-dep awesome git clone https://github.com/awesomewm/awesome cd awesome make package sudo apt install *.deb ## Rofi-> git clone --recursive https://github.com/DaveDavenport/rofi cd rofi sudo apt install flex bison librsvg2-dev libjpeg-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev libxcb-shape0-dev libxcb-xkb-dev meson setup build ninja -C build sudo ninja -C build install 2.) Building Compositor for Debain ##Picom-> git clone https://github.com/tryone144/compton.git cd compton git fetch git checkout feature/dual_kawase sudo apt install libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libxdg-basedir-dev libgl1-mesa-dev libpcre2-dev libevdev-dev uthash-dev libev-dev git submodule update --init --recursive meson --buildtype=release . build ninja -C build ninja -C build install 3.) log in into awesome and fixing configs *Please backup any previous configs* git clone https://github.com/Bearbobs/glorious-awesome-debian.git cd glorious-awesome-debian -> Copy awesome folder to .config -> login to awesome desktop environment and enjoy! Main Developer and Maintainer : https://github.com/manilarome/the-glorious-dotfiles -
Bearbobs revised this gist
Mar 18, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Setps to setup on debain based system as the original author is on arch and It's 1.) Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. ## Awesome ##Rofi 2.) Building Compositor for Debain -
Bearbobs revised this gist
Mar 17, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Config Files Repo : https://github.com/Bearbobs/glorious-awesome-debian Setps to setup on debain based system as the original author is on arch and It's quite diffrent procedure as compared. @@ -7,4 +7,6 @@ Setps to setup on debain based system as the original author is on arch and It's 2.) Building Compositor for Debain 3.) log in into awesome and fixing configs Main Developer and Maintainer : https://github.com/manilarome/the-glorious-dotfiles -
Bearbobs created this gist
Mar 17, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ Config Files Repo : https://github.com/manilarome/the-glorious-dotfiles Setps to setup on debain based system as the original author is on arch and It's quite diffrent procedure as compared. 1.) Awesome and Rofi are quite old in debain repo, Building from Git is required. Steps to do the same. 2.) Building Compositor for Debain 3.) log in into awesome and fixing configs