https://github.com/con-f-use/yadmdotfiles
my config files managed by yadm
https://github.com/con-f-use/yadmdotfiles
dotfiles yadm
Last synced: about 1 month ago
JSON representation
my config files managed by yadm
- Host: GitHub
- URL: https://github.com/con-f-use/yadmdotfiles
- Owner: con-f-use
- Created: 2019-09-15T12:52:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:41:23.000Z (about 2 months ago)
- Last Synced: 2025-05-06T14:19:58.981Z (about 1 month ago)
- Topics: dotfiles, yadm
- Language: Nix
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yadmdotfiles
My dotfiles managed with [yadm](https://github.com/TheLocehiliosan/yadm).
~~Used on Ubuntu 16.04, 17.04, 17.10, 18.04, 19.10 and manjaro.~~ NixOS 23.05.> :warning: They are an absolute Lovecraftian mess of ancient horror and new technology.
> Use them as a cautionary tale, not an example and generally don't copy and run random stuff from the internet! :warning:- [Install yadm](https://thelocehiliosan.github.io/yadm/docs/install#ubuntu)
- [Templating](https://thelocehiliosan.github.io/yadm/docs/alternates)
- [Encryption](https://thelocehiliosan.github.io/yadm/docs/encryption)
- [Manual](https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md)## Tipps
### Install latest version
```
curl --create-dirs -fLo "$HOME/.local/bin/yadm" "https://github.com/TheLocehiliosan/yadm/raw/master/yadm" &&
chmod a+x "$HOME/.local/bin/yadm"
# export TMPSH=y
$HOME/.local/bin/yadm clone 'https://github.com/con-f-use/yadmdotfiles.git' --bootstrap
#$HOME/.local/bin/yadm config local.class Home # Cuda UIBK
scp conserve:bin/binary/* ~/.config/yadmdotfiles/bin/
```