Giter Club home page Giter Club logo

dotfiles's Introduction

~ Jesuar's configuration files ~

Thanks for dropping by!

img

This is my personal collection of configuration files.

This is a small fork of Aesthetic BSPWM configuration by by Rxyhn .

The setup section will guide you through the installation process.

Here are some details about my setup:


Setup For Bspwm.

This is step-by-step how to install these bspwm dotfiles. Just R.T.F.M.

Installation (Manual)

After cloning the repository, install the necessary dependencies to replicate by setup.

Arch Linux (and Arch-based distributions)

Assuming your AUR Helper is yay.

yay -S bspwm sxhkd nemo rofi kitty calcurse todotxt \
 feh jq dunst betterlockscreen playerctl maim \
 xclip imagemagick

We also need the picom of Zaney

Clone the repository picom.

  git clone https://gitlab.com/Zaney/picom
  cd picom
  $ git submodule update --init --recursive
  $ LDFLAGS="-L/usr/X11R6/lib -L/usr/local/lib" CPPFLAGS="-I/usr/X11R6/include -I/usr/local/include" meson --buildtype=release . build
  $ ninja -C build

To build.

  $ git submodule update --init --recursive
  $ LDFLAGS="-L/usr/X11R6/lib -L/usr/local/lib" CPPFLAGS="-I/usr/X11R6/include -I/usr/local/include" meson --buildtype=release . build
  $ ninja -C build

To install

 $ ninja -C build install

Then after the dependencies are installed, copy the files to it's respective folders.

Config and Binaries
 $ mkdir -p $HOME/.config/ && cp -r ./Bswpm/* $HOME/.config/
 $ mkdir -p $HOME/.local/bin/ && cp -r ./Bswpm/bin/* $HOME/.local/bin/

You will need to install a few fonts.

  • Cartograph CF: here

  • JetBrainsMono NF: here

  • Font Awesome: here

  • Comic Mono : here


Once finished copying the files, you might want to finalize the changes to your system.

 # Rebuilds the font cache
 $ fc-cache -fv

Lastly, log out from your current desktop session and log in into bspwm.


Miscellaneous.

  • Elkowar's Wacky Widgets

    If you're NOT using a monitor with a 1920x1080 resolution, you might want to change the x and y values of the widgets on the config.

  • Thanks to

    • niraj for some widgets.

dotfiles's People

Contributors

jesuarmiranda avatar jesuarzm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.