All Projects → janleigh → dotfiles

janleigh / dotfiles

Licence: LGPL-3.0 License
My desktop configuration files.

Programming Languages

shell
77523 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
dotfiles for my beautiful rices!
Stars: ✭ 440 (+4.27%)
Mutual labels:  dotfiles, bspwm, ricing
dotfiles
My (bsp/i3)wm dotfiles.
Stars: ✭ 20 (-95.26%)
Mutual labels:  dotfiles, bspwm
dotfiles
dotfiles of my linux setup
Stars: ✭ 25 (-94.08%)
Mutual labels:  dotfiles, bspwm
dotfiles
no passwords here ... I hope 🤞
Stars: ✭ 51 (-87.91%)
Mutual labels:  dotfiles, bspwm
The Glorious Dotfiles
A glorified personal dot files
Stars: ✭ 1,850 (+338.39%)
Mutual labels:  dotfiles, ricing
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-86.97%)
Mutual labels:  dotfiles, ricing
dotfiles
⛩️ My dotfiles on Artix Linux. Gruvbox | Neovim | tmux
Stars: ✭ 56 (-86.73%)
Mutual labels:  dotfiles, bspwm
dotfiles
Handcrafted dotfiles for my Arch system
Stars: ✭ 11 (-97.39%)
Mutual labels:  dotfiles, bspwm
dotfiles
My dotfiles
Stars: ✭ 16 (-96.21%)
Mutual labels:  dotfiles, bspwm
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (-36.73%)
Mutual labels:  bspwm, ricing
arch-monochrome
My monochromatic rice for BSPWM on arch linux
Stars: ✭ 64 (-84.83%)
Mutual labels:  bspwm
bspwm border color
VIM mode indicator for bspwm
Stars: ✭ 18 (-95.73%)
Mutual labels:  bspwm
wal-discord
Generate Discord css from pywal colors
Stars: ✭ 76 (-81.99%)
Mutual labels:  ricing
dotfiles
No description or website provided.
Stars: ✭ 17 (-95.97%)
Mutual labels:  dotfiles
Dotfiles
A Mess....
Stars: ✭ 15 (-96.45%)
Mutual labels:  bspwm
dotfiles
configurations of various tools that I use everyday
Stars: ✭ 14 (-96.68%)
Mutual labels:  bspwm
nyoom.nvim
Blazing fast, configurable, minimal and lispy neovim config written in Fennel and Rust. Base config for users to extend and add upon, leading to a more unique editing experience. (🚀)
Stars: ✭ 304 (-27.96%)
Mutual labels:  ricing
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (-60.19%)
Mutual labels:  bspwm
dotfiles
files that start . and makes my Linux box awesome.
Stars: ✭ 57 (-86.49%)
Mutual labels:  bspwm
autorice
Autorice 9001 ~ Simple and fast arch setup in minutes
Stars: ✭ 55 (-86.97%)
Mutual labels:  dotfiles

━━━━━━ ❖ ━━━━━━

❖ Information

Rice Preview

Thanks for dropping by! This is my personal repository of my dotfiles.

The setup section will guide you through a step-by-step installation process.

Here are more information about my setup:

❖ Setup

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

First of all, this repository contains submodules. Ensure they are updated before installing.

 $ git clone --recurse-submodules https://github.com/janleigh/dotfiles.git
 $ cd dotfiles && git submodule update --remote --merge

❖ Installation

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

Arch Linux (and other Arch-based distributions)

Assuming your AUR Helper is paru.

 $ paru -S bspwm sxhkd rofi neovim alacritty viewnior \
 picom brightnessctl playerctl feh maim jq xclip  \
 imagemagick dunst i3lock-color xdo giph 

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

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

 # To make tabbed and chwb2 to work, you must move it to /usr/local/bin.
 $ mv $HOME/.local/bin/usr/* /usr/local/bin
Fonts
 $ cp -r ./etc/fonts/* $HOME/.local/share/fonts
Others
 # Copy wallpaper.
 $ mkdir -p $HOME/Pictures/walls/personal && cp -r ./etc/walls/personal/personal-6.jpg $HOME/Pictures/walls/personal

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

 # Rebuilds the font cache
 $ fc-cache -v

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 1366x768 resolution, you might want to change the x and y values of the widgets on the config.

  • GTK Theme

    You can find the custom GTK theme here. You can then apply it by changing the gtk-theme-name to kizus_phocus on your GTK3 config.

  • Icon Theme

    You can install this icon theme that suits the GTK theme.

  • Firefox Custom CSS Suggested

    See

    You can install the custom Firefox CSS by first enabling toolkit.legacyUserProfileCustomizations.stylesheets in about:config and move the contents of etc/firefox-css to $HOME/.mozilla/firefox/*.default-release/chrome.

  • Replacement Commands Suggested

    See

    Assuming you're also using my zsh, you might also want to install some additional dependencies to make some commands work.

❖ Acknowledgements

  • Inspiration

    • owl4ce for the README style.
  • Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].