new additions
This commit is contained in:
parent
19b7ac798e
commit
431cd22232
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue