diff options
author | marlonivo <email@marlonivo.xyz> | 2025-04-14 09:06:48 +0000 |
---|---|---|
committer | marlonivo <email@marlonivo.xyz> | 2025-04-14 09:06:48 +0000 |
commit | 140792074762a4d3c2ff895a713d4ba85e866538 (patch) | |
tree | 094d7f91308f0e55c651e7b77a6594d1741bd0d4 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d3e3d9 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# SHARKS + +SHARKS is an shell script (.sh) that will install a fully-featured digital self improvement (tiling-window-manager-based) system on any Arch or [Artix Linux](https://artixlinux.org)-based System without partioning or wiping. Or a less distracted (non rooted) Droid system. Both **without** the need of any routine tasks like manual processes, configurations or backups and therefore can be seen as an Meta-distro. + +# Installation + +After a fresh installation of Arch/Artix Linux run the following: + +```shell +curl -LO marlonivo.xyz/sharks.sh +sh sharks.sh # guided installation +``` + +# Programms + +The suckless software coming with SHARKS from the [AUR Repo](): +● dwm -- the graphical environment +● st -- the terminal +● dwmblocks -- the statusbar +● zsh -- the shell +● firefox with fox.js -- the browser +● lf -- the file manager +● htop -- the system monitor +● mpv -- the video player +● nsxiv -- the image viewer + +# Philosophy + +- **Browser**: Fox.js is minimalistic enhancment of your browser without breaking modern standards +- **Bindings**: Fast to navigate system, all bindings always can be viewed with `mod+k` and [here]() +- **Security**: All ulities are open source, self hostable and highly configureable +- **Sublime**: Porn, ads, gafam are blocked within `/etc/hosts` +- **Linux**: Learning Sharks, does not mean learning linux +- **Scripts**: Make a brain out of your Computer |