@@ -15,11 +15,11 @@ curl -L "https://github.com/Hejsil/dipm/releases/latest/download/dipm-$(uname -m
1515
1616# Why?
1717
18- I love Arch linux. The main reason for this is the Arch User Repositiory (AUR). With the AUR, most
18+ I love Arch linux. The main reason for this is the Arch User Repository (AUR). With the AUR, most
1919tools a developer could ever want can be installed on the system with relative ease.
2020
2121But life isn't always kind and sometimes you end up having to use Ubuntu. I'm sure the distro has
22- many advantages, but the package repositiory is a fraction of the size.
22+ many advantages, but the package repository is a fraction of the size.
2323
2424I want to use [ zoxide] ( https://github.com/ajeetdsouza/zoxide ) ,
2525[ eza] ( https://github.com/eza-community/eza ) , [ fzf] ( https://github.com/junegunn/fzf ) and other modern
@@ -32,14 +32,14 @@ then guide their users to download and run install scripts like so:
3232curl < my-cool-pkg-install-script> | sh
3333```
3434
35- But imagine a world where we had a package manager for installing these binaries. This is what ` dipm `
36- tries to be.
35+ But imagine a world where we had a package manager for installing these binaries. This is what
36+ ` dipm ` tries to be.
3737
3838# Why not X?
3939
4040There are package managers that work on multiple distros like [ homebrew] ( https://brew.sh/ ) or
4141[ nix] ( https://nixos.org/ ) . While these are great, they're quite complicated for what I want.
4242
43- There are also [ eget] ( https://github.com/zyedidia/eget ) and [ stow ] ( https://github.com/marwanhawari/stew )
44- which are much simpler. The only issue I see with these is that they are dependent on Github and
45- cannot install binaries from elsewhere.
43+ There are also [ eget] ( https://github.com/zyedidia/eget ) and
44+ [ stow ] ( https://github.com/marwanhawari/stew ) which are much simpler. The only issue I see with these
45+ is that they are dependent on Github and cannot install binaries from elsewhere.
0 commit comments