Skip to content

Instantly share code, notes, and snippets.

@Bearbobs
Last active July 4, 2024 20:20
Show Gist options
  • Save Bearbobs/2b744adda0a5151d4530ba763de993ef to your computer and use it in GitHub Desktop.
Save Bearbobs/2b744adda0a5151d4530ba763de993ef to your computer and use it in GitHub Desktop.

Revisions

  1. Bearbobs revised this gist Sep 13, 2020. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions Awesome Configuration
    Original 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.
    ## 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

    2.) Building Compositor for Debain
    ## 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

    3.) log in into awesome and fixing configs
    ## 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!
    ## 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
  2. Bearbobs revised this gist Sep 13, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Awesome Configuration
    Original 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.

    1.) Awesome and Rofi are quite old in debain repo, Building from Git is required.
    #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
  3. Bearbobs revised this gist Jun 14, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Awesome Configuration
    Original 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
  4. Bearbobs revised this gist May 13, 2020. 1 changed file with 7 additions and 8 deletions.
    15 changes: 7 additions & 8 deletions Awesome Configuration
    Original 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.
    ## Awesome->
    sudo apt build-dep awesome
    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
    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
    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
  5. Bearbobs revised this gist Apr 15, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Awesome Configuration
    Original 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 *.deb
    sudo apt install build/*.deb

    ## Rofi->
    git clone --recursive https://github.com/DaveDavenport/rofi
  6. Bearbobs revised this gist Mar 18, 2020. 1 changed file with 30 additions and 5 deletions.
    35 changes: 30 additions & 5 deletions Awesome Configuration
    Original 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

    ##Rofi

    ## 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
  7. Bearbobs revised this gist Mar 18, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Awesome Configuration
    Original 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

  8. Bearbobs revised this gist Mar 17, 2020. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions Awesome Configuration
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Config Files Repo : https://github.com/manilarome/the-glorious-dotfiles
    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
    3.) log in into awesome and fixing configs

    Main Developer and Maintainer : https://github.com/manilarome/the-glorious-dotfiles
  9. Bearbobs created this gist Mar 17, 2020.
    10 changes: 10 additions & 0 deletions Awesome Configuration
    Original 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