1
0
src/dotfiles-old/README.md

37 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-26 16:40:50 +00:00
# devenblake/dotfiles
Pretty config stuff.
![This is a screenshot of my desktop.](https://web.archive.org/web/20200926155417if_/https://i.redd.it/jwhsmokcfcp51.png)
## applications shown (and some unshown)
### display manager
I use [ly](https://github.com/nullgemm/ly).
### file manager
2020-12-31 01:29:59 +00:00
[Bash](https://www.gnu.org/software/bash/). My Bash aliases and stuff are all in `.bashrc`.
2020-09-26 16:40:50 +00:00
### status bar
[i3status](https://i3wm.org/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](https://www.reddit.com/r/unixporn/comments/izpvwp/i3gaps_basic_but_it_works/) for my desktop!
### wallpaper
[This 1920x1080 Asuka edit](https://archive.org/details/asuka-98).
### winamp skin
This [Sailor Moon themed skin](https://archive.org/details/winampskin_Sailor_Moon_Gang) on [Audacious](https://audacious-media-player.org/).
### window manager
2020-12-31 01:29:59 +00:00
[i3-gaps](https://github.com/Airblader/i3). The configuration file is at `.config/i3/config`. The configuration has the wallpaper at `/home/trinity/Pictures/Wallpapers/Asuka\ 98.jpg`, this may need to be changed.
2020-09-26 16:40:50 +00:00
### xterm
2020-12-31 01:33:13 +00:00
My xterm config is at .Xresources. I haven't had good luck at getting fonts to work with it but [unscii](http://pelulamu.net/unscii/)-16-full works great.
I use
[this terminal color theme](https://www.reddit.com/r/unixporn/comments/hjzw5f/oc_qualitative_color_palette_for_ansi_terminal/)
([here's a webarchive link just in case](https://web.archive.org/web/20200926160802/https://www.reddit.com/r/unixporn/comments/hjzw5f/oc_qualitative_color_palette_for_ansi_terminal/fwpludj/?context=3))
because it's pretty to me.
2020-09-26 16:40:50 +00:00
## get the look
2020-12-31 01:29:59 +00:00
Refer to the scripts/ directory.