diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-08-01 21:27:22 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-08-01 21:27:22 +0300 |
commit | 5773ba4c382320e16880b1dbb9fe7a97431eff3d (patch) | |
tree | 7701c0370bea624f551b115b25e86ff5444fa1d0 /install.sh | |
parent | 2c52771a6c49e85582b965021baee98e150c81a2 (diff) |
Installer changes.
Added an alias for zoxide.
Changed the README to mention the installer.
Changes to be committed:
modified: README.md
modified: install.sh
modified: zsh/aliases
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -222,6 +222,7 @@ fortune-mod-anarchism \ fortune-mod-de \ fortune-mod-void \ freecad \ +fsv \ fuse-devel \ fuse-sshfs \ fuse3 \ @@ -246,6 +247,7 @@ gimp \ git \ github-cli \ gitui \ +glava \ glib-devel \ glmark2 \ glxinfo \ @@ -323,7 +325,6 @@ libXrandr-32bit \ libXrandr-devel \ libXrandr-devel-32bit \ libXtst-32bit \ -libclang-cpp15 \ libcurl-devel \ libdazzle \ libdca \ @@ -397,7 +398,6 @@ macchanger \ mandown \ mathjax \ mdp \ -mdr \ mediainfo \ mesa-32bit \ mesa-ati-dri \ @@ -672,6 +672,8 @@ echo "Increasing max_map_count ..." sudo sysctl -w vm.max_map_count=1048576 sysctl vm.max_map_count +echo "" + echo "Loading config files for important applications..." # i will use move, copy, link, etc commands with their verbose options to show what is being done. |