mirror of
https://github.com/tiyn/larbs.git
synced 2025-10-27 16:51:16 +01:00
Compare commits
36 Commits
961b6b34b9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
430fe8e759 | ||
|
|
b4f8436957 | ||
|
|
1105ec368e | ||
|
|
03e7c83b6b | ||
|
|
d2f4dd21c3 | ||
| f4bb5ec6c8 | |||
| b8c75e964e | |||
|
|
41e6adbf07 | ||
|
|
ad4f9591a7 | ||
|
|
ff36a28d83 | ||
|
|
7da8ca31b4 | ||
|
|
69ba1863ac | ||
| 001e905cc8 | |||
| f638c7e3e8 | |||
| 98e1b3a239 | |||
| 0fe7f733a3 | |||
| 9eab4aef4e | |||
| 15ab596b14 | |||
| a9407acd9e | |||
| be5b66966c | |||
| c963b177ff | |||
| 3a9d64040e | |||
| b25f8426b4 | |||
| 083f96417f | |||
| 1dc9617fe6 | |||
| 1cdd0e7a09 | |||
| c09c143a29 | |||
| 426c474f1d | |||
| 63a50200e3 | |||
| 70ba404eee | |||
| 02674259bc | |||
| 5632ace7ce | |||
| 788fd84278 | |||
| 3a0610b075 | |||
| 184e764268 | |||
| f4b400d1c5 |
46
README.md
46
README.md
@@ -5,34 +5,18 @@ I made some changes which can be found mainly in the progs.csv.
|
|||||||
This also installs all needed dotfiles from my .dotfiles repository.
|
This also installs all needed dotfiles from my .dotfiles repository.
|
||||||
In contrast to Lukes Script this one installs dwm and not i3 because it sucks less.
|
In contrast to Lukes Script this one installs dwm and not i3 because it sucks less.
|
||||||
|
|
||||||
## Essentials
|
## Default Programs and Hotkeys
|
||||||
|
|
||||||
To get this script working you need a base installation of arch.
|
The default programs that are used by LARBS can be found in my
|
||||||
|
[dotfiles](https://github.com/tiyn/dotfiles).
|
||||||
- Operating System: `Arch Linux`
|
|
||||||
- Window Manager: `dwm`
|
|
||||||
- Shell: `zsh`
|
|
||||||
- Terminal Emulator: `st`
|
|
||||||
- File Manager: `vifm`
|
|
||||||
- Application Launcher: `dmenu(_run)`
|
|
||||||
- Status Bar: `dwmblocks`
|
|
||||||
- Notification Service: `dunst`
|
|
||||||
- Text Editor: `neovim`
|
|
||||||
- Reader: `zathura`
|
|
||||||
- Browser: `firefox`
|
|
||||||
- Lockscreen: `slock`
|
|
||||||
|
|
||||||
All programs including these can be found in the `progs.csv`.
|
|
||||||
|
|
||||||
## Hotkeys
|
|
||||||
|
|
||||||
There are a bunch of hotkeys. Please visit my
|
There are a bunch of hotkeys. Please visit my
|
||||||
[dwm](https://github.com/tiyn/dwm) and [st](https://github.com/tiyn/st)
|
[dwm](https://github.com/tiyn/dwm) and [st](https://github.com/tiyn/st)
|
||||||
builds and my [dotfiles](https://github.com/tiyn/.dotfiles) to see them.
|
builds and my [dotfiles](https://github.com/tiyn/dotfiles) to see them.
|
||||||
|
|
||||||
## Preparation
|
## Preparation
|
||||||
|
|
||||||
A bootable base installation of Arch Linux is needed.
|
To get this script working you need a bootable base installation of Arch Linux.
|
||||||
You can do a minimal install by following a
|
You can do a minimal install by following a
|
||||||
[secure guide by me](https://github.com/Tiyn/wiki/blob/master/wiki/linux/arch-linux/installation.md).
|
[secure guide by me](https://github.com/Tiyn/wiki/blob/master/wiki/linux/arch-linux/installation.md).
|
||||||
You don't need an existing user other than root to use larbs.
|
You don't need an existing user other than root to use larbs.
|
||||||
@@ -45,13 +29,28 @@ curl -LO https://raw.githubusercontent.com/tiynger/larbs/master/larbs.sh
|
|||||||
sh larbs.sh
|
sh larbs.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It is possible that the following commands need to be run before the script is able to retrieve
|
||||||
|
packages.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman-key --populate archlinux
|
||||||
|
pacman-key --refresh-keys
|
||||||
|
```
|
||||||
|
|
||||||
|
It is possible that the screen won't be detected at first.
|
||||||
|
To fix this install the needed drivers for the graphics card.
|
||||||
|
For AMD this is `mesa` and `xf86-video-amdgpu`.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
This script will be checked for correctness on important changes.
|
This script will be checked for correctness on important changes.
|
||||||
Testing system is a Virtual Machine inside Proxmox or a Lenovo Thinkpad X220
|
Testing system is a Virtual Machine inside Proxmox or a Lenovo Thinkpad X220
|
||||||
occasionally other systems are used (they all use my described guide for a
|
occasionally other systems are used (they all use my described guide for a
|
||||||
basic installation).
|
basic installation).
|
||||||
Results range from `+` over `o` to `-`, the latter being the worst.
|
Results range from `+` over `o` to `-`.
|
||||||
|
`+` means the script ran without problems.
|
||||||
|
`o` means that minor changes were made to the machine and/or the script after running it.
|
||||||
|
`-` means that the script did not work at all.
|
||||||
|
|
||||||
| Commit | Date | Result | Description |
|
| Commit | Date | Result | Description |
|
||||||
| ------- | ---------- | ------ | ------------------------ |
|
| ------- | ---------- | ------ | ------------------------ |
|
||||||
@@ -61,3 +60,6 @@ Results range from `+` over `o` to `-`, the latter being the worst.
|
|||||||
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
|
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
|
||||||
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
|
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
|
||||||
| 4fa2d6a | 10.01.2023 | + | Proxmox VM |
|
| 4fa2d6a | 10.01.2023 | + | Proxmox VM |
|
||||||
|
| 961b6b3 | 27.10.2023 | o | Intel Evo i7 13th Gen |
|
||||||
|
| f638c7e | 19.02.2025 | o | Lenovo E14 AMD Version |
|
||||||
|
| 41e6adb | 02.03.2025 | + | Acer Switch A12 |
|
||||||
|
|||||||
23
larbs.sh
23
larbs.sh
@@ -1,8 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Luke's Auto Rice Boostrapping Script (LARBS)
|
|
||||||
# by Luke Smith <luke@lukesmith.xyz>
|
|
||||||
# License: GNU GPLv3
|
|
||||||
|
|
||||||
### OPTIONS AND VARIABLES ###
|
### OPTIONS AND VARIABLES ###
|
||||||
|
|
||||||
while getopts ":a:r:b:p:h" o; do case "${o}" in
|
while getopts ":a:r:b:p:h" o; do case "${o}" in
|
||||||
@@ -30,7 +26,7 @@ grepseq="\"^[PGA]*,\""
|
|||||||
error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
|
error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
|
||||||
|
|
||||||
welcomemsg() { \
|
welcomemsg() { \
|
||||||
dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60
|
dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script adapted by tiyn!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-tiyn" 10 60
|
||||||
}
|
}
|
||||||
|
|
||||||
getuserandpass() { \
|
getuserandpass() { \
|
||||||
@@ -169,6 +165,8 @@ installpkg curl
|
|||||||
installpkg base-devel
|
installpkg base-devel
|
||||||
installpkg git
|
installpkg git
|
||||||
installpkg ntp
|
installpkg ntp
|
||||||
|
npm install -g neovim
|
||||||
|
gem install neovim
|
||||||
|
|
||||||
dialog --title "LARBS Installation" \
|
dialog --title "LARBS Installation" \
|
||||||
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70
|
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70
|
||||||
@@ -197,15 +195,18 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
|
|||||||
installationloop
|
installationloop
|
||||||
|
|
||||||
# Install the dotfiles in the user's home directory
|
# Install the dotfiles in the user's home directory
|
||||||
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
git clone --bare "$dotfilesrepo" "/home/$name/.dotfiles"
|
||||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore"
|
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" checkout
|
||||||
|
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" config --local status.showUntrackedFiles no
|
||||||
# Install vim plugins if not alread present.
|
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" pull
|
||||||
[ ! -f "/home/$name/.config/nvim/autoload/plug.vim" ] && vimplugininstall
|
rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore" "/home/$name/vim-example.png"
|
||||||
|
|
||||||
# Make pipewire work
|
# Make pipewire work
|
||||||
systemctl --user --now enable pipewire pipewire-pulse
|
systemctl --user --now enable pipewire pipewire-pulse
|
||||||
|
|
||||||
|
# Enable resolvconf
|
||||||
|
systemctl --user --now enable systemd-resolved.service
|
||||||
|
|
||||||
# Most important command! Get rid of the beep!
|
# Most important command! Get rid of the beep!
|
||||||
rmmod pcspkr
|
rmmod pcspkr
|
||||||
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf
|
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf
|
||||||
@@ -229,7 +230,7 @@ pkgfile -u
|
|||||||
# Allow wheel users to sudo with password and allow several system commands
|
# Allow wheel users to sudo with password and allow several system commands
|
||||||
# (like `shutdown` to run without password).
|
# (like `shutdown` to run without password).
|
||||||
echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00-larbs-wheel-can-sudo
|
echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00-larbs-wheel-can-sudo
|
||||||
echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -u -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --" >/etc/sudoers.d/01-larbs-cmds-without-password
|
echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/poweroff,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Qi,/usr/bin/pacman -Qq,/usr/bin/pacman -Qqe,/usr/bin/pacman -Rns,/usr/bin/pacman -S,/usr/bin/pacman -Si,/usr/bin/pacman -Slq,/usr/bin/pacman -Sy,/usr/bin/pacman -Syu,/usr/bin/loadkeys,/usr/bin/systemctl restart NetworkManager" >/etc/sudoers.d/01-larbs-cmds-without-password
|
||||||
echo "Defaults editor=/usr/bin/nvim" >/etc/sudoers.d/02-larbs-visudo-editor
|
echo "Defaults editor=/usr/bin/nvim" >/etc/sudoers.d/02-larbs-visudo-editor
|
||||||
|
|
||||||
# Last message! Install complete!
|
# Last message! Install complete!
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing),,
|
||||||
,xorg-server,is the graphical server.,,
|
,xorg-server,is the graphical server.,,
|
||||||
,xorg-xwininfo,allows querying information about windows.,,
|
,xorg-xwininfo,allows querying information about windows.,,
|
||||||
,xorg-xinit,starts the graphical server.,,
|
,xorg-xinit,starts the graphical server.,,
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
,xwallpaper,sets the wallpaper.,,
|
,xwallpaper,sets the wallpaper.,,
|
||||||
,ffmpeg,can record and splice video and audio on the command line.,,
|
,ffmpeg,can record and splice video and audio on the command line.,,
|
||||||
,gnome-keyring,serves as the system keyring.,,
|
,gnome-keyring,serves as the system keyring.,,
|
||||||
A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in LARBS.,,
|
A,adwaita-qt6,is the default Qt style of this setup.,,
|
||||||
,neovim,is better than vim.,,
|
,neovim,is better than vim.,,
|
||||||
,mpd,is a lightweight music daemon.,,
|
,mpd,is a lightweight music daemon.,,
|
||||||
,mpv,is the patrician's choice video player.,,
|
,mpv,is the patrician's choice video player.,,
|
||||||
@@ -40,7 +40,6 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in LARBS.,,
|
|||||||
,fzf,is a fuzzy finder tool.,,
|
,fzf,is a fuzzy finder tool.,,
|
||||||
,highlight,can highlight code output.,,
|
,highlight,can highlight code output.,,
|
||||||
,xorg-xbacklight,enables changing screen brightness levels.,,
|
,xorg-xbacklight,enables changing screen brightness levels.,,
|
||||||
,zsh-fast-syntax-highlighting,for fish like shell highlighting in the shell,,
|
|
||||||
A,task-spooler,queues commands or files for download.,,
|
A,task-spooler,queues commands or files for download.,,
|
||||||
A,simple-mtpfs,enables the mounting of cell phones.,,
|
A,simple-mtpfs,enables the mounting of cell phones.,,
|
||||||
G,https://github.com/tiyn/dmenu.git,runs commands and provides a UI for selection.,,
|
G,https://github.com/tiyn/dmenu.git,runs commands and provides a UI for selection.,,
|
||||||
@@ -61,19 +60,22 @@ A,adobe-source-han-mono-kr-fonts,is a mono font for korean.,,
|
|||||||
,ctags,is adding scan functionality to files opened in vim using tagbar.,,
|
,ctags,is adding scan functionality to files opened in vim using tagbar.,,
|
||||||
,dash,is a lightweight fast POSIX compliant shell.,,
|
,dash,is a lightweight fast POSIX compliant shell.,,
|
||||||
,docx2txt,enables .docx file previews in vifm.,,
|
,docx2txt,enables .docx file previews in vifm.,,
|
||||||
,eza,is a better version of ls with included colors and tree command.
|
,eza,is a better version of ls with included colors and tree command.,,
|
||||||
,ffmpegthumbnailer,generates previews for vifm.
|
,fd,is a simple and fast alternative to find.,,
|
||||||
,firefox,is the preferred browser of mine.,,
|
,ffmpegthumbnailer,generates previews for vifm.,,
|
||||||
|
,firefox,is the previous default browser.,,
|
||||||
|
,thunderbird,is a program for mails calendars and todos.,,
|
||||||
|
A,zen-browser-bin,is the current default browser.,,
|
||||||
A,htop-vim-git,provides system usage information and displays processes.,,
|
A,htop-vim-git,provides system usage information and displays processes.,,
|
||||||
,hub,is a cli for github.,,
|
,hub,is a cli for github.,,
|
||||||
,imagemagick,is a terminal image-manipulator providing some convenient shortcuts and the lockscreen in LARBS.,,
|
,imagemagick,is a terminal image-manipulator providing some convenient shortcuts and the lockscreen in LARBS.,,
|
||||||
,inkscape,is a graphic programm for svg files.,,
|
,inkscape,is a graphic program for svg files.,,
|
||||||
,keepassxc,for the keepass password manager.,,
|
,keepassxc,for the keepass password manager.,,
|
||||||
,khal,is a cli tool for calendars.,,
|
,khal,is a cli tool for calendars.,,
|
||||||
,khard,is a cli tool for contacts.,,
|
,khard,is a cli tool for contacts.,,
|
||||||
,light,for adding light for adjustments of screen.,,
|
,light,for adding light for adjustments of screen.,,
|
||||||
,libxft,is a font rendering library.,,
|
,libxft,is a font rendering library.,,
|
||||||
A,nerd-fonts-jetbrains-mono,is my favourite font.,,
|
,ttf-jetbrains-mono-nerd,is my favourite font.,,
|
||||||
,nm-connection-editor,is a simple way to manage networks.,,
|
,nm-connection-editor,is a simple way to manage networks.,,
|
||||||
,odt2txt,enables .odt file previews in vifm.,,
|
,odt2txt,enables .odt file previews in vifm.,,
|
||||||
,openssh,is adding a way to use ssh.,,
|
,openssh,is adding a way to use ssh.,,
|
||||||
@@ -81,15 +83,22 @@ A,nerd-fonts-jetbrains-mono,is my favourite font.,,
|
|||||||
,nextcloud-client,is a way to get your files from your own server to your computer and keep them synchronized.,,
|
,nextcloud-client,is a way to get your files from your own server to your computer and keep them synchronized.,,
|
||||||
A,pfetch-git,is giving some flair to the command .,,
|
A,pfetch-git,is giving some flair to the command .,,
|
||||||
,pkgfile,is a tool for zsh to help with unknown commands.,,
|
,pkgfile,is a tool for zsh to help with unknown commands.,,
|
||||||
,pipewire-pulse,is the audio system.,,
|
,thefuck,enables easy correction of commands.,,
|
||||||
|
,pipewire,is the audio system.,,
|
||||||
|
,wireplumber,is a session manager for pipewire.,,
|
||||||
|
,pipewire-pulse,is a pulse extension to the audio system.,,
|
||||||
|
,playerctl,is the program to handle music players using commands.,,
|
||||||
,pavucontrol,manages default audio interfaces.,,
|
,pavucontrol,manages default audio interfaces.,,
|
||||||
,easyeffects,is a tool which allow to use filters and audio effects including noise reduction for the microphone.,,
|
,easyeffects,is a tool which allow to use filters and audio effects including noise reduction for the microphone.,,
|
||||||
,pulseaudio-alsa,is an audio interface with ALSA.,,
|
,pipewire-alsa,is an ALSA extension to the audio system.,,
|
||||||
|
,alsa-utils,contains useful scripts to manage ALSA.,,
|
||||||
,pulsemixer,is an intuitive ncurses audio controller.,,
|
,pulsemixer,is an intuitive ncurses audio controller.,,
|
||||||
,python-pynvim,is a utility used by vim plugins for autocompletion etc.,,
|
,python-pynvim,is a utility used by vim plugins for autocompletion etc.,,
|
||||||
,python-pip,is the best friend of python3.,,
|
,python-pip,is the best friend of python3.,,
|
||||||
A,python-ueberzug,generates image previews in vifm and other terminal programs.,,
|
,ueberzug,generates image previews in vifm and other terminal programs.,,
|
||||||
,qt5ct,is a way to fastly change the look of windows.,,
|
,qt5ct,is a way to fastly change the look of qt5 windows.,,
|
||||||
|
A,qt6ct-git,is a way to fastly change the look of qt6 windows.,,
|
||||||
|
,xdg-desktop-portal-gtk,is an implementation of the desktop portal using GTK.,,
|
||||||
A,redshift-minimal,is a minimal-depenmdecy version of redshift to save your eyesfrom deadly blue lasers.,,
|
A,redshift-minimal,is a minimal-depenmdecy version of redshift to save your eyesfrom deadly blue lasers.,,
|
||||||
,rsync,is a way to transfer files.,,
|
,rsync,is a way to transfer files.,,
|
||||||
,sshpass,to securely use your passwords.,,
|
,sshpass,to securely use your passwords.,,
|
||||||
@@ -101,9 +110,51 @@ A,dragon-drop,is a simple drag-and-drop sink for X and Wayland.,,
|
|||||||
,vifm,is the best file manager with vim keybindings out there.,,
|
,vifm,is the best file manager with vim keybindings out there.,,
|
||||||
,xf86-input-synaptics,is needed for toggling the touchpad.,,
|
,xf86-input-synaptics,is needed for toggling the touchpad.,,
|
||||||
,xorg-xsetroot,adds colors to the dwm statusbar.,,
|
,xorg-xsetroot,adds colors to the dwm statusbar.,,
|
||||||
|
,xorg-xrandr,can set displays.,,
|
||||||
,xsel,is for copying and pasting in the terminal.,,
|
,xsel,is for copying and pasting in the terminal.,,
|
||||||
,zathura-djvu,gives zathura the ability to read .djvu files.,,
|
,zathura-djvu,gives zathura the ability to read .djvu files.,,
|
||||||
,zip,zips zips.,,
|
,zip,zips zips.,,
|
||||||
,zsh,is a bash alternative.,,
|
,zsh,is a bash alternative.,,
|
||||||
,zsh-autosuggestions,for fish like autosuggestions with zsh.,,
|
A,zsh-autocomplete,is used for improved autocompletion with zsh.,,
|
||||||
,zsh-autocomplete,for improved autocompletion with zsh.,,
|
,zsh-autosuggestions,is used for fish like autosuggestions with zsh.,,
|
||||||
|
A,zsh-fast-syntax-highlighting,is used for fish like shell highlighting in the shell.,,
|
||||||
|
A,fzf-tab-git,changes the default matching behaviour of zsh.,,
|
||||||
|
A,nimble-git,is the package manager of nim used in neovim.,,
|
||||||
|
,less,is a simple terminal based reader.,,
|
||||||
|
,tree-sitter-cli,is a tool to evaluate syntax inside neovim.,,
|
||||||
|
,nodejs,is a javascript runtime environment used in neovim.,,
|
||||||
|
,npm,is the package manager for Node.js used in neovim.,,
|
||||||
|
,r,is a programming language used for statistics and used in neovim.,,
|
||||||
|
,texlive-basic,is a software distribution for the latex typesetting system used in neovim.,,
|
||||||
|
,rubber,is a wraper for latex used in neovim.,,
|
||||||
|
,texlive-langgerman,is a latex package for the german language.,,
|
||||||
|
A,gpu-screen-recorder,is a screen recorder that can use both GPU and CPU.,,
|
||||||
|
,wireguard-tools,are some useful scripts for wireguard.,,
|
||||||
|
,systemd-resolved,is a systemd service that provides network name resolution.,,
|
||||||
|
,seahorse,is a program to manage the Gnome keyring.,,
|
||||||
|
,guvcview,is a tool to test and manage webcams.,,
|
||||||
|
,brightnessctl,is a tool to manage the screen brightness.,,
|
||||||
|
A,python-jupytext,is a tool to convert jupyter notebooks to markdown which is used by neovim.,,
|
||||||
|
,python-jupyter_client,is the runner for jupyter notebooks.,,
|
||||||
|
,bat,is an improved implementation of cat.,,
|
||||||
|
,lazygit,is a tui for easily using git.,,
|
||||||
|
,speedtest-cli,is a tool to test the internet speed without using the browser.,,
|
||||||
|
,aria2,makes downloading faster.,,
|
||||||
|
A,scc,gets stats for a code repository.,,
|
||||||
|
,xss-lock,manages the lock screen.,,
|
||||||
|
,jdk21-openjdk,is a base version of java that is used by neovim.,,
|
||||||
|
,ripgrep,is an improved version of grep and is used by neovim.,,
|
||||||
|
,mercurial,is an alternative code versioning software to git and is used by neovim.,,
|
||||||
|
,wget,is a http download tool and is used by neovim.,,
|
||||||
|
,rust,is a programming language used by neovim.,,
|
||||||
|
,php,is a programming language used by neovim.,,
|
||||||
|
,luarocks,is a packaging tool for lua used by neovim.,,
|
||||||
|
A,julia-bin,is a programming language used by neovim.,,
|
||||||
|
,lua51,is the 5.1 version of lua which is used by neovim.,,
|
||||||
|
,composer,is the dependency manager for PHP and is used by neovim.,,
|
||||||
|
A,python-pnglatex,is a program that converts latex snippets to png and is used by neovim.,,
|
||||||
|
,python-cairosvg,is a SVG converter used by neovim.,,
|
||||||
|
,python-plotly,is an interactive graphing library used in neovim.,,
|
||||||
|
A,python-kaleido-bin,is a tool to do static image exporting used in neovim.,,
|
||||||
|
,python-pyperclip,is a clipboard module for Python used in neovim.,,
|
||||||
|
,perl,is a scripting language used in neovim.,,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user