dotfiles/README.md

65 lines
3.0 KiB
Markdown
Raw Normal View History

2017-09-20 17:23:24 +02:00
# dotfiles
This repository holds my Linux config files.
## Mandatory unixporn screenshots
2023-03-09 10:21:15 +01:00
New version as of January 2023:
2018-12-27 10:43:59 +01:00
[![dotfiles](media/2024-dracula.png)](media/2024-dracula.png)
2022-11-10 10:53:47 +01:00
[![dotfiles](media/2024-dracula-2.png)](media/2024-dracula-2.png)
2018-12-27 10:43:59 +01:00
Older versions:
2022-05-03 14:43:02 +02:00
- [dotfiles6](media/dotfiles6.png)
- [dotfiles5-small](media/dotfiles-small-5.png)
2023-03-09 10:21:15 +01:00
- [dotfiles5](media/dotfiles5.png)
2022-11-10 10:53:47 +01:00
- [dotfiles4](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles4.jpg)
- [dotfiles3](media/dotfiles3.png)
2018-12-27 10:43:59 +01:00
- [dotfiles2](media/dotfiles2.png)
2022-11-10 10:53:47 +01:00
- [dotfiles](media/dotfiles.png)
## Tools
2019-11-11 10:25:48 +01:00
| Purpose | Tool |
| ---------------- | ---------------------------------------------------------------------- |
| WM | i3 (i3-gaps) |
2023-03-09 10:21:15 +01:00
| bar | polybar |
2019-11-11 10:25:48 +01:00
| App launcher | rofi |
| Shell | Bash |
| Package managers | Pacman & Trizen |
| OS | Arch Linux |
2022-12-28 22:48:06 +01:00
| Terminal | xfce4-terminal |
| Editor | nano & mousepad |
| Code editor | vscode |
2022-05-03 14:43:02 +02:00
| Browser | Firefox |
| File manager | Thunar |
2019-11-11 10:25:48 +01:00
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
## computer specific setup
2023-03-09 10:21:15 +01:00
Nowadays I use a few different computers and I used to apply the base config and configure each pc on its own.
I've grown tired of this approach however so I added a "pc specific" setup in the installer.
The pc specific setup bit will read the folder names in computers, offer you a choice, and execute the install.sh inside that folder.
2019-10-15 22:24:31 +02:00
This allows me to get pc specific settings synced with git and applied easily.
## Getting x info to use in i3
2023-03-09 10:21:15 +01:00
Some things are handled by window class/title or have custom resolutions set, the tools below help obtain the info required:
- `xprop` -> displays static `xwindow` info including Window class
- `xwininfo` -> displays `xwindow` info including current size/position
2021-06-17 22:38:07 +02:00
## getting icons
2023-03-09 10:21:15 +01:00
Copy/paste icons from these URLs:
- [https://fontawesome.com/v5/cheatsheet](https://fontawesome.com/v5/cheatsheet)
- [https://fonts.google.com/noto/specimen/Noto+Color+Emoji/glyphs?noto.query=noto+color+emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji/glyphs?noto.query=noto+color+emoji)
## after-install
After install read [./docs/afterinstall.md](./docs/afterinstall.md)