mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(install): Script to automate application installation
- Install all required applications to setup a personal machine with just a single command - TODO: Some applications, available only with ppa aren't yet configured to be installed. Next time.
This commit is contained in:
43
scripts/os-package-list
Normal file
43
scripts/os-package-list
Normal file
@@ -0,0 +1,43 @@
|
||||
# Lines that start with # are ignored
|
||||
# TODO: use apt to check if the package is available. if not, remove them from list before installing
|
||||
apt-transport-https
|
||||
bash
|
||||
bleachbit
|
||||
build-essential
|
||||
ca-certificates
|
||||
clang
|
||||
curl
|
||||
evolution-ews
|
||||
dolphin
|
||||
dolphin-plugins
|
||||
ffmpeg
|
||||
flameshot
|
||||
gcc
|
||||
gdb
|
||||
git
|
||||
gparted
|
||||
htop
|
||||
imagemagick
|
||||
kde-spectacle
|
||||
kdeconnect
|
||||
llvm
|
||||
make
|
||||
net-tools
|
||||
okular
|
||||
python3
|
||||
python3-pip
|
||||
ripgrep
|
||||
simplescreenrecorder
|
||||
smplayer
|
||||
software-properties-common
|
||||
solaar
|
||||
syncthing
|
||||
tmux
|
||||
ufw
|
||||
vim
|
||||
vim-common
|
||||
vim-tiny
|
||||
vlc
|
||||
wget
|
||||
xclip
|
||||
zsh
|
||||
Reference in New Issue
Block a user