undefinedDarkness / rice

Licence: MIT license
Home Sweet Home

Programming Languages

lua
6591 projects
emacs lisp
2029 projects
CSS
56736 projects
shell
77523 projects
Vim Script
2826 projects
python
139335 projects - #7 most used programming language

Hello & welcome to my little corner of the internet. This is where I keep all my configuration files for my Linux installation, If they interest you feel free to peruse them.

Required Packages:

  • awesome (stable+)
  • xterm
  • firefox
  • emacs (compiled from master, 29+)

*If using another init system, need to modify powermenu commands in .config/awesome/components/powermenu.lua *If using another screenshot program, need to modify screenshot commands in .config/awesome/misc/libs/screenshot.lua

Setup from scratch (assuming repo is cloned to ~/rice):

Append to ~/.bashrc

source $HOME/rice/scripts/master.sh

Create symlink

ln -s $(realpath ~/rice/.config) $(realpath ~/.config)

OR

Modify /usr/share/xsessions/awesome.desktop #+being_src ini Exec=awesome

becomes

Exec=awesome -c /home/USERNAME/rice/.config/awesome/rc.lua

*If cloning somewhere modify master script to point there instead

Emacs configuration should just work CURRENTLY UNMAINTAINED: Neovim configuration will need you to install packer

NOTE: Configuration is not based on Xresources at all, That is currently only for xterm.

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].