Skip to content

unrealapex/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles ๐ŸŒธ

screenshot of rice

wm: dwm
launcher: dmenu
terminal: st
shell: zsh
editor: neovim
font: luxi mono
notifications: dunst

โœจ about โœจ

my dotfiles for gentoo, managed using git and make. my intent is to keep my dotfiles as minimal as possible and to follow the suckless philsophy. i, like the suckless developers believe writing quality software is important and strive to set an example with my dotfiles.

๐Ÿ’ฟ install

git clone https://git.sr.ht/~unrealapex/dotfiles ~/dotfiles
cd ~/dotfiles
make

๐Ÿ—’๏ธ notes

this rice isn't intended for use by other people, but i don't mind if you do. for documentation's sake, this section of the readme has useful information below about my dotfiles.

my builds of dwm, dmenu, slock, and dmenu are stored in separate git repositories. my makefile has a target to build them.

extras

additional scripts in scripts/.

$ tree scripts
  scripts
    โ”œโ”€โ”€ emoji_gen          generate emojis file for emoji picker
    โ”œโ”€โ”€ firefox            generate firefox user.js file
    โ”œโ”€โ”€ irssi              set up irssi scripts
    โ””โ”€โ”€ kill-x             bind ctrl + alt + backspace to kill x

window decorations should be turned off for gui apps that have the option. this can be done in most apps by enabling the "use system titlebars" option.

skeleton files for programs that have secrets(irssi, git) are in secrets.

๐ŸŒˆ color palette

{
  "bg_color": "#0d0d0d",
  "bg_alt_color": "#262626",
  "fg_color": "#d9d0d0",
  "disabled_color": "#777777",
  "main_color": "#bf2a45"
}