Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
/ dotfiles Public archive

My personal "Stow-Based" dotfiles...

License

Notifications You must be signed in to change notification settings

yarabramasta/dotfiles

Repository files navigation

Dotfiles

This is my .dotfiles collection for Arch Linux ricing.

I created this repository to hold all configurations related to Arch Linux ricing. Stow became my choice to manage this dotfiles.

Specification

Here is the specification of my configuration.

Theme

Desktop Management

  • BSPWM & SXHKD (window manager)
  • Polybar (status bar)
  • Rofi (app launcher)
  • Dunst (notification)
  • Picom (compositor)
  • Feh (wallpaper)

Terminal

  • Fish (shell)
  • Termite (emulator)
  • Starship (prompt)

Folder Structure

folder description
.bin Utility shell files
.config Stow-able configurations
git Git related configurations
themes Theme related submodules
wallpaper Desktop wallpaper images
xorg-conf Configurations for xorg.conf.d

Screenshoots

Terminal

File Manager

Editor

Usage

IMPORTANT

Check the config files before installing it. Make sure you already know what you are doing.

# clone and stow the configurations

git clone --recurse-submodules -j8 https://github.com/yarabramasta/.dotfiles.git

cd .dotfiles

# WARN: all of the 'cd' command must be done at the main directory (.dotfiles)

cd .bin
./sync.sh

# installing theme
cd themes
./install.sh

# now you can apply the gtk theme by using lxappearance