https://github.com/ljmf00/monodots
Hopefully my last decent and simple dotfiles
https://github.com/ljmf00/monodots
archlinux archlinux-dotfiles bash dotfiles hacktoberfest
Last synced: 8 months ago
JSON representation
Hopefully my last decent and simple dotfiles
- Host: GitHub
- URL: https://github.com/ljmf00/monodots
- Owner: ljmf00
- License: mit
- Created: 2020-09-28T11:22:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T08:43:56.000Z (9 months ago)
- Last Synced: 2025-07-21T18:28:13.712Z (8 months ago)
- Topics: archlinux, archlinux-dotfiles, bash, dotfiles, hacktoberfest
- Language: Shell
- Homepage:
- Size: 2.31 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ljmf00's dotfiles
Hopefully my last decent and simple dotfiles
---
## Minimal dependencies
To apply my dotfiles, you will need the following dependencies on Arch Linux:
```
bind-tools xdg-utils git rsync
```
## Additional steps
### Remarkable 2
Run this to apply `xochitl` patches:
```bash
sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)"
```
Revert `xochitl` changes:
```bash
systemctl stop xochitl
rm -fr .cache/remarkable/xochitl/qmlcache/*
cp /home/rmhacks/xochitl.version /usr/bin/xochitl #where version is the current device version
systemctl start xochitl
```
More info, [here](https://github.com/ddvk/remarkable-hacks).