1
0
src/dotfiles-old/README.md
2020-09-26 13:02:47 -04:00

3.4 KiB

devenblake/dotfiles

Pretty config stuff.

This is a screenshot of my desktop.

applications shown (and some unshown)

display manager

I use ly.

file manager

Bash. My Bash aliases and stuff are all in .bashrc. My PS1 is "> ", which is bad practice. I use it like this because I think it looks cool but when pasting in a command you could accidentally > file and delete an important file.

status bar

i3status. The configuration file is at .config/i3status/config in this repo.

A caveat is that the interface names in the i3status configuration (wlan0 and enp0s25) are specific to my system. A kinda ugly hack but I didn't expect to get 300 upvotes on Reddit for my desktop!

wallpaper

This 1920x1080 Asuka edit.

winamp skin

This Sailor Moon themed skin on Audacious.

window manager

i3-gaps. The configuration file is at .config/i3/config. The configuration has the wallpaper at /home/ibukimaya/Pictures/Wallpapers/Asuka\ 98.jpg, this may need to be changed.

xterm

My xterm config is at .Xresources. I haven't had good luck at getting fonts to work with it but unscii works great. The way I "installed" the TTF font is by moving unscii-16-full.ttf to .local/share/fonts and then running fc-cache before checking fc-list for unscii (fc-list | grep unscii). I use this terminal color theme (here's a webarchive link just in case) because it's pretty to me.

get the look

This is potentially destructive to your current i3wm, i3status, and xterm configurations. I'm leaving this plug-and-chug sequence of commands for myself in the future when I inevitably bork my system and have to reinstall - this isn't contained in a shell script for a reason, please make sure you understand any commands before you run them. It requires that you already have audacious, coreutils (cd, mv, and stuff like that), curl, feh, git, i3-gaps, i3status, PulseAudio, rofi, and an X server installed. These are also all untested.

cd $HOME, cd , or cd ~

git clone https://github.com/devenblake/dotfiles.git

cp dotfiles/.config ./

cp dotfiles/.Xresources ./

curl http://pelulamu.net/unscii/unscii-16-full.ttf -o .local/share/fonts/unscii-16-full.ttf

fc-cache

This command installs the Sailor Moon theme for all users: sudo curl https://archive.org/download/winampskin_Sailor_Moon_Gang/Sailor_Moon_Gang.wsz -o /usr/share/audacious/Skins/Sailor_Moon_Gang.wsz

mkdir Pictures/Wallpapers

curl https://ia801502.us.archive.org/3/items/asuka-98/Asuka%2098.jpg -o Pictures/Wallpapers/Asuka\ 98.jpg

After this you should be able to open i3 and have the configs the same way I have them. If xterm doesn't have the font, run xdrb -load .Xresources and that should fix it.