1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-11-08 06:01:18 +01:00

Compare commits

...

4 Commits

Author SHA1 Message Date
tiyn
430fe8e759 progs: changed qt theme 2025-03-18 05:26:14 +01:00
tiyn
b4f8436957 progs: added programs and commands used in neovim 2025-03-13 03:35:37 +01:00
tiyn
1105ec368e progs: fixed merge conflict 2025-03-04 05:49:29 +01:00
tiyn
03e7c83b6b progs: added jdk 2025-03-04 05:48:50 +01:00
2 changed files with 19 additions and 1 deletions

View File

@@ -165,6 +165,8 @@ installpkg curl
installpkg base-devel
installpkg git
installpkg ntp
npm install -g neovim
gem install neovim
dialog --title "LARBS Installation" \
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70

View File

@@ -13,7 +13,7 @@
,xwallpaper,sets the wallpaper.,,
,ffmpeg,can record and splice video and audio on the command line.,,
,gnome-keyring,serves as the system keyring.,,
A,adwaita-dark,gives the dark GTK theme used in LARBS.,,
A,adwaita-qt6,is the default Qt style of this setup.,,
,neovim,is better than vim.,,
,mpd,is a lightweight music daemon.,,
,mpv,is the patrician's choice video player.,,
@@ -142,3 +142,19 @@ A,python-jupytext,is a tool to convert jupyter notebooks to markdown which is us
,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.,,
1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
13 xwallpaper sets the wallpaper.
14 ffmpeg can record and splice video and audio on the command line.
15 gnome-keyring serves as the system keyring.
16 A adwaita-dark adwaita-qt6 gives the dark GTK theme used in LARBS. is the default Qt style of this setup.
17 neovim is better than vim.
18 mpd is a lightweight music daemon.
19 mpv is the patrician's choice video player.
142 aria2 makes downloading faster.
143 A scc gets stats for a code repository.
144 xss-lock manages the lock screen.
145 jdk21-openjdk is a base version of java that is used by neovim.
146 ripgrep is an improved version of grep and is used by neovim.
147 mercurial is an alternative code versioning software to git and is used by neovim.
148 wget is a http download tool and is used by neovim.
149 rust is a programming language used by neovim.
150 php is a programming language used by neovim.
151 luarocks is a packaging tool for lua used by neovim.
152 A julia-bin is a programming language used by neovim.
153 lua51 is the 5.1 version of lua which is used by neovim.
154 composer is the dependency manager for PHP and is used by neovim.
155 A python-pnglatex is a program that converts latex snippets to png and is used by neovim.
156 python-cairosvg is a SVG converter used by neovim.
157 python-plotly is an interactive graphing library used in neovim.
158 A python-kaleido-bin is a tool to do static image exporting used in neovim.
159 python-pyperclip is a clipboard module for Python used in neovim.
160 perl is a scripting language used in neovim.