mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Installation complete
This commit is contained in:
parent
961e5430fd
commit
ea51b5e7ae
2 changed files with 88 additions and 18 deletions
|
@ -19,20 +19,23 @@ Install.multiple_packages(['plasma', 'plasma-desktop', 'gnome'], 'Do you wish to
|
|||
Install.multiple_packages(['sddm', 'gdm', 'lightdm'], 'Do you wish to install DM (Display Manager)?', [
|
||||
'SDDM (KDE)', 'GDM (Gnome)', 'LightDM'])
|
||||
|
||||
# TODO: YAY install
|
||||
Install.git_aur(
|
||||
'yay', 'default + (Required for some installations, otherwise they\'ll be skipped)')
|
||||
Install.package('exa', 'default + (Better ls tool)')
|
||||
Install.package('terminator', 'default + (advanced terminal)')
|
||||
Install.package('konsole', 'default + (KDE terminal emulator)')
|
||||
Install.package(
|
||||
'ark', 'default + (Managing various archive formats such as tar, gzip, zip, rar, etc.)')
|
||||
Install.package('cron', '(Task scheduling)')
|
||||
Install.package('cron', 'default + (Task scheduling)')
|
||||
Install.package('dolphin', 'default + (File Manager)')
|
||||
Install.package('nomacs', 'default + (Photo viewer & editor)')
|
||||
Install.package('discord', 'default + (Chat App)')
|
||||
# TODO: Spotify (YAY)
|
||||
Install.package(
|
||||
'spotify', 'default + (Online Music Player)', use_yay=True)
|
||||
Install.package(
|
||||
'spectacle', 'default + (Screenshot tool)')
|
||||
# TODO: Qualculate (YAY)
|
||||
Install.package('qalculate-gtk-nognome',
|
||||
'Do you wish to install Qalculate! (Complex Calculator)?', use_yay=True)
|
||||
Install.package('gnome-system-monitor',
|
||||
'Do you wish to install gnome system monitor?')
|
||||
Install.package(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue