new additions

This commit is contained in:
Stefen Auris 2025-06-14 00:23:37 -04:00
parent 19b7ac798e
commit 431cd22232
2 changed files with 11 additions and 1 deletions

View file

@ -5,3 +5,10 @@ and configure:
/etc/default/zramswap /etc/default/zramswap
with zstd algorithm and whatever percent of RAM to use with zstd algorithm and whatever percent of RAM to use
/etc/sysctl.d/99-vm-zram-parameters.conf
vm.swappiness = 180
vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.page-cluster = 0

View file

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
echo "Installing Spacevim!" echo "Setting up Vim Sensible"
trash ~/.vim/
mkdir -p ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/sensible.git ~/.vim/pack/tpope/start
echo "Install Neovim" echo "Install Neovim"
mkdir -v ~/bin mkdir -v ~/bin