diff --git a/.config/bootstrap/pkg/fs.csv b/.config/bootstrap/pkg/base.csv similarity index 59% rename from .config/bootstrap/pkg/fs.csv rename to .config/bootstrap/pkg/base.csv index 77db957..45c8ad7 100644 --- a/.config/bootstrap/pkg/fs.csv +++ b/.config/bootstrap/pkg/base.csv @@ -1,2 +1,3 @@ ,ntfs-3g,"allows accessing NTFS partitions." ,dosfstools,"allows your computer to access dos-like filesystems." +,topgrade,"tries to be your universal updater running everything in one go." diff --git a/.config/zsh/scripts/syu b/.config/zsh/scripts/syu new file mode 120000 index 0000000..76b3f31 --- /dev/null +++ b/.config/zsh/scripts/syu @@ -0,0 +1 @@ +/usr/bin/topgrade \ No newline at end of file