Go to file
2022-08-03 21:59:52 +02:00
bash Added vers=2.1 to mount.cifs command in [mounts.sh](./bash/mounts.sh) to fix an [upstream bug](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.18.y&id=ca83f50b43a099345e61950f74c4d9eb81c765fe) 2022-07-26 11:47:00 +02:00
computers added back dotnet stuff 2021-02-03 17:09:38 +01:00
config added after install and syncLocalSettings.json 2022-08-03 21:59:52 +02:00
dependencies added greenclip 2022-08-03 21:41:07 +02:00
docs added after install and syncLocalSettings.json 2022-08-03 21:59:52 +02:00
fonts moved away from system san fransisco, moved back to 1 display on the desktop and some generic fixes. 2021-01-21 09:03:11 +01:00
i3 added greenclip 2022-08-03 21:41:07 +02:00
media :) 2021-07-29 15:31:21 +02:00
wallpapers new wallpapers, new aliases for kubernetes 2021-08-18 12:13:47 +02:00
.editorconfig switch to sddm 2022-05-03 14:41:51 +02:00
CHANGELOG.md added after install and syncLocalSettings.json 2022-08-03 21:59:52 +02:00
install.sh added after install and syncLocalSettings.json 2022-08-03 21:59:52 +02:00
LICENSE Initial commit 2017-09-20 17:22:04 +02:00
README.md added after install and syncLocalSettings.json 2022-08-03 21:59:52 +02:00

dotfiles

This repository holds my Linux config files.

Mandatory unixporn screenshots

New version as of dec 2021:

dotfiles

Older versions:

Tools

Purpose Tool
WM i3 (i3-gaps)
App launcher rofi
Shell Bash
Package managers Pacman & Trizen
OS Arch Linux
Terminal xfce4-terminal
Editor nano
Code editor vscode
Browser Firefox
File manager If I have to use one ... Nautilus
Music Tidal through 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. 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

getting icons

Copy/paste icons from this url: https://fontawesome.com/v5/cheatsheet

after-install

After install read ./docs/afterinstall.md