update ripgrep installation, add swap file creation script

This commit is contained in:
arnaucube
2024-02-03 19:01:29 +01:00
parent 292bf2b2db
commit 3f99aae988
3 changed files with 41 additions and 3 deletions

View File

@@ -61,14 +61,15 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
echo "instaling ripgrep"
curl -LO https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep_11.0.2_amd64.deb
dpkg -i ripgrep_11.0.2_amd64.deb
# curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
# dpkg -i ripgrep_13.0.0_amd64.deb
apt install ripgrep -y
echo "install Rust"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# needed for later rust packages installations
apt install build-essential
apt install build-essential -y
# assuming that Rust is installed
echo "installing delta (gitdiff tool)"