descriptionA collection of customizations for ricing my linux box
last changeTue, 21 Mar 2023 17:15:34 +0000 (18:15 +0100)
readme

My Dotfiles

This is the collection of dotfiles that I use on my laptop for ricing pourposes

Getting Started

Most of these files will go in your home directory. See Installing for a brief description of where to put each file in this repository.

Prerequisites

You should know how linux works at least a little bit, but you can use this setup as your starting point, so Bash is a must. I use Slackware since 2006, so you'll have to adapt everything if you're using another distro. As for the software used here you have it:

Installing

The bin directory is where we'll store all executables, so you may want to add it to your path, otherwhise you could use something like /usr/local/bin, but make sure to fix every reference to your executables in the other files.

i3, conky, rofi and polybar directories must go inside your ~/.config directory, this is standard and you shouldn't have any problems with it.

Xresources, bash_profile, bashrc and xinitrc are all hidden files and you should place them in your home prepending a dot to their names, so everything should look like this: $> ls /home/danix .Xresources .bash_profile .bashrc .xinitrc [...]

Here's how it looks for me on a fresh install:

$> tree /home/danix ├── .Xresources ├── .bash_profile ├── .bashrc ├── bin/ │   ├── blackpearl-appsmenu.sh │   ├── blackpearl-powermenu.sh │   ├── blackpearl-runner.sh │   ├── blackpearl-scrotmenu.sh │   ├── blackpearl-sshmenu.sh │   ├── blackpearl-utilsmenu.sh │   ├── blackpearl-window.sh │   └── executors/ │   ├── caps │   ├── inet │   ├── mail-check │   ├── psuinfo.py │   └── wifi-name ├── .config/ │   ├── compton.conf │   ├── i3/ │   |   └── config │   ├── conky/ │   |   └── qlocktwo.conkyrc │   ├── rofi/ │   |   └── blackpearl/ │   |   ├── appmenu.rasi │   |   ├── i3exit.rasi │   |   ├── powermenu.rasi │   |   ├── runner.rasi │   |   ├── scrotmenu.rasi │   |   ├── shared/ │   |   │   ├── reset.rasi │   |   │   └── settings.rasi │   |   └── utilsmenu.rasi │   └── tint2/ │      ├── i3status.tint2rc │      └── minima.tint2rc └── .xinitrc

Authors

License and Acknowledgments

This project is free to use as it is, if you need help you can contact me on my site and I'll try and help you, but you maybe luckier asking your questions on the unixporn thread on reddit, which is where I found the inspiration and most of the links to make all this work.

shortlog
2023-03-21  danixadded send to device shell script. master
2023-03-20  danixmodified: i3/config
2023-03-20  danixadded slack-updates script. All files in bin/ are now 644
2023-03-20  danixmass update.
2023-02-24  danixfixed small error in readme
2023-02-01  danixmodified bashrc, xprofile and added picom.conf
2021-05-14  danixadded wacom setup script, invoked by bashrc
2021-04-25  danixEdited rofi theme after system upgrade due to inconsist...
2021-04-15  danixmodificato: i3/config
2021-01-03  danixmodificato: Xresources
2021-01-03  danixmodificato: i3/config
2020-10-30  danixFixed coloring issue with URxvt and vim
2020-06-07  danixremoved stale files
2020-06-07  danixadded gitignore file
2020-06-07  danixfirst push of my config files
heads
14 months ago master