dotfiles/README.md

48 lines
3.4 KiB
Markdown
Raw Normal View History

2018-04-03 13:55:41 +00:00
# Midgard's dotfiles
Configuration based on elegant pure black.
## Screenshots
2018-04-17 14:05:20 +00:00
These screenshots are slightly out of date, since I change my config without updating these each time.
![Empty desktop](.repo-stuff/desktop.png)
![Open Rofi launcher](.repo-stuff/rofi.png)
2018-04-03 13:55:41 +00:00
Background image shown:
* original by [Charlesjsharp](https://commons.wikimedia.org/wiki/User:Charlesjsharp): [Red-billed streamertail (Trochilus polytmus) female in flight 2](https://commons.wikimedia.org/wiki/File:Red-billed_streamertail_(Trochilus_polytmus)_female_in_flight_2.JPG). Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
* modified by Midgard: darkened and made more green. Licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/) (which means you only have to credit Charlesjsharp and mention that it was modified, you don't have to attribute it to me)
## Requirements
The Arch Linux package to install is between parentheses.
2018-07-09 10:30:03 +00:00
* i3-gaps ([community/i3-gaps](https://www.archlinux.org/packages/community/x86_64/i3-gaps/), window manager)
* Rofi ([community/rofi](https://www.archlinux.org/packages/community/x86_64/rofi/), launcher)
* Dunst ([community/dunst](https://www.archlinux.org/packages/community/x86_64/dunst/), notification daemon)
* Polybar ([aur/polybar](https://aur.archlinux.org/packages/polybar), system bar)
* python-notify2 ([aur/python-notify2](https://aur.archlinux.org/packages/python-notify2/), library to send notifications)
2018-08-18 20:38:03 +00:00
* Mozilla's Fira fonts ([community/otf-fira-code](https://www.archlinux.org/packages/community/x86_64/otf-fira-code/), [community/otf-fira-mono](https://www.archlinux.org/packages/community/x86_64/otf-fira-mono/) and [community/otf-fira-sans](https://www.archlinux.org/packages/community/x86_64/otf-fira-sans/))
2018-04-03 13:55:41 +00:00
* xfce4-terminal ([extra/xfce4-terminal](https://www.archlinux.org/packages/extra/x86_64/xfce4-terminal/), but you can choose your own terminal of course if you want)
2018-07-09 10:30:03 +00:00
* NeoVim ([community/neovim](https://www.archlinux.org/packages/community/x86_64/neovim/), text editor)
2018-05-24 21:09:44 +00:00
* par ([aur/par](https://aur.archlinux.org/packages/par/) for nice text reflowing)
2018-07-09 10:24:37 +00:00
* xclip ([extra/xclip](https://www.archlinux.org/packages/extra/x86_64/xclip/) for clipboard integration)
* [YouCompleteMe](https://framagit.org/Midgard/YouCompleteMe)'s dependencies
2018-07-11 23:00:16 +00:00
* ripgrep ([community/ripgrep](https://www.archlinux.org/packages/community/x86_64/ripgrep/), smart grep)
2018-04-03 13:55:41 +00:00
* acpilight ([aur/acpilight](https://aur.archlinux.org/packages/acpilight/), an xbacklight replacement that directly uses the kernel's API, works without X)
2018-04-30 15:19:00 +00:00
* xrandr and arandr ([extra/xorg-xrandr](https://www.archlinux.org/packages/extra/x86_64/xorg-xrandr/) and [community/arandr](https://www.archlinux.org/packages/community/any/arandr/))
2018-04-03 13:55:41 +00:00
* unclutter ([community/unclutter](https://www.archlinux.org/packages/community/x86_64/unclutter/), hide the mouse when it hasn't moved for some time)
* driver for your video card that supports GLX
## Installation
You are encouraged to copy stuff you like to your own configuration files. If you want to copy my setup, you can use the script `install.sh` (that script is normally mostly for myself though).
Create a symlink to a background image in `~/.config/i3/background`.
2018-04-03 13:55:41 +00:00
## TODO
* Document more about how to get NeoVim and the plugins up and running.
* Expand and test the install script.
* Add my improved battery monitor script.