zip zip zip
This commit is contained in:
parent
a6755863dd
commit
c8aaa78f59
5 changed files with 175 additions and 33 deletions
|
@ -83,7 +83,7 @@ echo "Finding packages to install"
|
|||
# i A || i B: will try A for each installer, then B for each installer
|
||||
|
||||
# Package managers (install first)
|
||||
i yay
|
||||
i yay-bin
|
||||
i python-pip python3-pip pip3
|
||||
|
||||
# TODO Install first and recharge installers
|
||||
|
@ -107,7 +107,7 @@ i tmux # Terminal multiplexer
|
|||
i bash-completion # Shell completions
|
||||
i fzf # Fancy file finder
|
||||
i highlight # Syntax highlighter (TODO No termux)
|
||||
i powerline-go # Nice prompt (potential problem: requires go-pie)
|
||||
i powerline-go-bin powerline-go # Nice prompt (potential problem: requires go-pie)
|
||||
|
||||
i zsh # Shell
|
||||
# TODO Arch only for the following but not a problem
|
||||
|
@ -135,6 +135,7 @@ i socat # Multi-purpose relay
|
|||
i rsync # Remote file-copying tool
|
||||
i speedtest-cli # Network speed benchmarker (TODO No termux)
|
||||
i bind-tools dnsutils # DNS queryier
|
||||
i whois # Domain name queryier
|
||||
|
||||
# Archives utilities
|
||||
i unzip # Unarchive ZIP files
|
||||
|
@ -203,6 +204,7 @@ then
|
|||
i man # Documentation
|
||||
i strace # Tracer
|
||||
i ctags universal-ctags exuberant-ctags # Tags generator
|
||||
i perf # Allow verifying performance of software
|
||||
|
||||
# C/C++
|
||||
i cmake # C++ Build system
|
||||
|
@ -250,6 +252,12 @@ then
|
|||
i inkscape # Vector image converter
|
||||
i optipng # Optimize PNG files
|
||||
i jpegtran libjpeg-turbo # Compress JPEG files
|
||||
i libreoffice-fresh # Office suite
|
||||
i hunspell-en_GB # Spell checker British english
|
||||
i hunspell-en_US # Spell checker American english
|
||||
# i libreoffice-extension-grammalecte-fr # Spell checker French
|
||||
i libreoffice-extension-languagetool # Complimentary spell checker various
|
||||
# TODO The last two can't cohabit
|
||||
fi
|
||||
|
||||
if $INSTALL_IMAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue