Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T12:06:42.000Z (2 months ago)
- Last Synced: 2024-12-06T16:12:00.059Z (2 months ago)
- Topics: archlinux, archlinux-dotfiles, bash, dotfiles, hacktoberfest
- Language: Shell
- Homepage:
- Size: 2.64 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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).