dotfiles/README.md

61 lines
2.8 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
2022-11-10 10:53:47 +01:00
New version as of Nov 2022:
2018-12-27 10:43:59 +01:00
2022-11-10 10:53:47 +01:00
[![dotfiles](media/dotfiles5.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles5.png)
2023-02-05 13:50:06 +01:00
I changed color of the terminal to match the i3bar:
2022-11-10 10:53:47 +01:00
<img src = "media/dotfiles-small-5.png" width="200">
2018-12-27 10:43:59 +01:00
Older versions:
2022-05-03 14:43:02 +02:00
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) |
| App launcher | rofi |
| Shell | Bash |
| Package managers | Pacman & Trizen |
| OS | Arch Linux |
2022-12-28 22:48:06 +01:00
| Terminal | xfce4-terminal |
2019-11-11 10:25:48 +01:00
| Editor | nano |
| Code editor | vscode |
2022-05-03 14:43:02 +02:00
| Browser | Firefox |
2023-02-05 13:50:06 +01:00
| File manager | If I have to use one ... Thunar |
2019-11-11 10:25:48 +01:00
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
| | |
## computer specifc setup
Nowadays I use a few different computers and I'd 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
Some things are handled by window class/title or have custom resolutions set, the tools below help obtaining 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
Copy/paste icons from this url: [https://fontawesome.com/v5/cheatsheet](https://fontawesome.com/v5/cheatsheet)
## after-install
After install read [./docs/afterinstall.md](./docs/afterinstall.md)