Initial commit

This commit is contained in:
araison 2024-01-21 18:22:26 +01:00
commit 56ed33c8f7
19 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,3 @@
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt update
sudo apt install firefox

View file

@ -0,0 +1,5 @@
/usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2023.02.18_all.deb keyring.deb SHA256:a511ac5f10cd811f8a4ca44d665f2fa1add7a9f09bef238cdfad8461f5239cc4
$ sudo apt install ./keyring.deb
$ echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" | sudo tee /etc/apt/sources.list.d/sur5r-i3.list
$ sudo apt update
$ sudo apt install i3

View file

@ -0,0 +1,7 @@
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage --appimage-extract
./squashfs-root/AppRun --version
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
nvim

View file

@ -0,0 +1,3 @@
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt update
sudo apt install thunderbird

View file

@ -0,0 +1,3 @@
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
sudo apt update
sudo apt install zotero