https://github.com/andresmpa/dotfiles
A set of personal used configuration files for Arch Linux
https://github.com/andresmpa/dotfiles
arch-linux bspwm desktop dotfiles linux polybar python qtile sxhkd
Last synced: about 1 year ago
JSON representation
A set of personal used configuration files for Arch Linux
- Host: GitHub
- URL: https://github.com/andresmpa/dotfiles
- Owner: AndresMpa
- License: gpl-3.0
- Created: 2021-01-26T06:06:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T03:52:52.000Z (over 1 year ago)
- Last Synced: 2025-04-15T05:07:11.091Z (about 1 year ago)
- Topics: arch-linux, bspwm, desktop, dotfiles, linux, polybar, python, qtile, sxhkd
- Language: C
- Homepage:
- Size: 768 MB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
"Dotfiles" are configuration files, scripts and documentation about an operative system; this repositorie
contains my configuration files including scripts, my shell config, some setting for those tools that I
use; also some recomendations and guides such as "Corne" which contain all the necessary materials for
building your own Corne keyboard such as mine. I high recommend to check some of my daemons if you use
systemctl and AMD GPU like Radeon or something like that.
---
## Desktop environments
BSPWM







Qtile







[Change theme feature](https://youtu.be/i6-JxMmvesE)
Windows




Sway







BSPWM track #2








i3 - Vimium like







## Installation
If you want to do it yourself source `$install.sh `, them choose "y" if
you want the same configuration, type "n" if you want it from scratch.
NOTE: If you see error please add and issue, I'll try yo solve it ^-^
```
$ git clone https://github.com/AndresMpa/dotfiles.git
$ cd dotfiles
$ source ./install.sh
```
If you are using AMD GPU, try "postInstall", it could help you; also if you want
to change your shell source "postInstall" too
```
$ source ./install.sh
```
## Keyboard configuration





[Corne](./documentation/Keymap.md)
### Installation & configuration of QMK
```
sudo pacman --needed --noconfirm -S git python-pip libffi
sudo pacman -Syyu qmk
qmk setup
qmk config user.keyboard=crkbd/rev1
qmk config user.keymap=AndresMpa
qmk new-keymap
qmk compile -kb crkbd -km AndresMpa
```
### Util
[SafeEyes](https://github.com/slgobinath/SafeEyes)
I use glasses so I don't want to use bigger ones, it helps me to rest
[Redshift](https://wiki.archlinux.org/title/redshift)
This util change the color or my screen for me, it makes easier to use
the computer
[Ollama](https://ollama.ai/)
I'm using this with an extension for VSCodium call [CodeGPT](https://www.codegpt.co/)
I'm using it to get my own GPT working on VSCodium, to install it I use [this](https://github.com/jmorganca/ollama/blob/main/docs/linux.md) following the instruction [here](https://docs.codegpt.co/es/docs/tutorial-ai-providers/ollama)
[Plymouth](https://wiki.archlinux.org/title/Plymouth)
Grapich boot with different simple animations
### Solved issues
- [Watchdog did not stop](https://unix.stackexchange.com/questions/249654/message-at-shutdown-watchdog-did-not-stop)
- [Bad orphan inode](https://search.brave.com/search?q=bad+orphan+inode&source=android&summary=1&conversation=929622c8bb8063ac8d3b27)
- [Acpi bios error (bug) failure creating named object](https://forum.manjaro.org/t/acpi-bios-error-on-every-startup-creative-x-ae5/152541/21)
- [To silent the upper parameter](https://wiki.archlinux.org/title/Kernel_parameters#systemd-boot)
- [Random freezing](https://bbs.archlinux.org/viewtopic.php?pid=1783437#p1783437)
- [X on screen](https://www.reddit.com/r/bspwm/comments/vsq6gy/remove_the_x_pointer_outside_of_focused_windows/)
- [Icon theme for cursor](https://stackoverflow.com/questions/70944428/how-to-make-it-to-set-the-lxappearance-cursor-with-the-start-of-qtile)