A cross-platform multi-target dotfiles manager written in Rust
1–10 of 87 posts
Re: A cross-platform multi-target dotfiles manager written in Rust
#2https://github.com/cquintana92/dotfilers
Congratulations, you too unlocked the "None of the hundreds that are out there work exactly like I want, so I'll write my own" badge.
Re: A cross-platform multi-target dotfiles manager written in Rust
#3Looks like we took similar approaches! https://github.com/cquintana92/dotfilers Congratulations, you too unlocked the "None of the hundreds that are out there work exactly like I want, so I'll write my own" badge.
Re: A cross-platform multi-target dotfiles manager written in Rust
#4my dot file scripts just have very opinionated dir/file naming conventions and things just fall into place. it's not like you need to give tune much... even adding the template thing which i think is overkill (time would be best spent with a way to validate code cross platform of you ask me.. templating makes this more difficult while pretending to remove the need for it)
Re: A cross-platform multi-target dotfiles manager written in Rust
#5Re: A cross-platform multi-target dotfiles manager written in Rust
#6Is Rust building up a decent ecosystem now for application programming? When I tried developing in Rust I came to the conclusion that you pay a heavy price for not having a garbage collector. Was I doing it wrong?
Re: A cross-platform multi-target dotfiles manager written in Rust
#7Re: A cross-platform multi-target dotfiles manager written in Rust
#8Serious question: why Rust? Sounds like this is not exactly systems level programming or any user would suffer from or even notice garbage collection latency. Is Rust building up a decent ecosystem now for application programming? When I tried developing in Rust I came to the conclusion that you pay a heavy price for not having a garbage collector. Was I doing it wrong?
In fact there are a bunch of them for the terminal.
Re: A cross-platform multi-target dotfiles manager written in Rust
#9Serious question: why Rust? Sounds like this is not exactly systems level programming or any user would suffer from or even notice garbage collection latency. Is Rust building up a decent ecosystem now for application programming? When I tried developing in Rust I came to the conclusion that you pay a heavy price for not having a garbage collector. Was I doing it wrong?
Re: A cross-platform multi-target dotfiles manager written in Rust
#10I only have two actual dotfiles on my system (git and one more)