2018-10-15 07:44:43 +02:00
# New Start
2017-12-27 03:05:01 +01:00
2017-12-19 05:42:53 +01:00
> Vim is my editor, \*nix is my IDE.
2017-10-23 04:34:05 +02:00
2018-10-15 07:44:43 +02:00
- Window manager: [bspwm][bspwm] with [`XDG_CURRENT_DESKTOP=KDE`][kde]
- Bar: [polybar][polybar]
- Launcher: [rofi][rofi]
- Icons: [Papirus][papirus]
2017-10-21 11:35:09 +02:00
2018-10-15 07:44:43 +02:00
## Usage
2018-01-20 05:47:34 +01:00
2018-10-15 07:44:43 +02:00
I manage my dotfiles with [`stow`][stow]. Once you have stow installed, run:
2018-01-01 03:55:37 +01:00
2018-10-15 07:44:43 +02:00
```shell
make install
```
2017-12-20 23:15:24 +01:00
2018-10-15 07:44:43 +02:00
> **Note**: Some of my config files are optimized for HiDPI (between 180 and 192dpi). Adjust those numbers for your display accordingly, or simply don't stow those files.
2017-12-20 23:15:24 +01:00
2018-10-15 07:44:43 +02:00
If you want to learn how to make your system work for you, see [What is GNU/Linux?][gnulinux] and [What is free software?][freesw].
2018-09-01 07:04:33 +02:00
2018-10-15 07:44:43 +02:00
[archlinux]: https://www.archlinux.org
[fedora]: https://getfedora.org
[polybar]: https://github.com/jaagr/polybar
[bspwm]: https://github.com/baskerville/bspwm
[rofi]: https://github.com/DaveDavenport/rofi
[papirus]: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
[gnulinux]: https://www.gnu.org/gnu/linux-and-gnu.html
[freesw]: https://www.gnu.org/philosophy/free-sw.html
[kde]: https://wiki.archlinux.org/index.php/Qt#Configuration_of_Qt5_apps_under_environments_other_than_KDE_Plasma
[stow]: https://www.gnu.org/software/stow/manual/stow.html