Age | Commit message (Collapse) | Author |
|
* [installer] Describe which dependencies for Python, NPM, and Rust get installed
* Fix formatting
* Further formatting fixes
* Normalise dependency installation code
|
|
|
|
|
|
Co-authored-by: Opal Mizrahi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix(nvimtree): do not set key if disabled
* fix(telescope): move pickers of out defaults
* fix(install): use proper gentoo installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
This allows backup to succeed for people who use symlinks for managing dotfiles.
Currently errors with the following:
```
rsync error: some files/attrs were not transferred (see previous errors) (code 23) \
at main.c(1350) [sender=3.2.3]
````
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* feat: add prelimenary LvimUpdate command
* feat: use native process management
* feat: add a telescope change-log utility
* fix: update readme to include the new command
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
* Add yarn support for installer script
* Add non-interactive install
* Fix installer script bug for cargo
|
|
|
|
|
|
|
|
|
|
|