Added some things, fixed some things, upgrading to 0.1.6
This commit is contained in:
parent
d01578712f
commit
721c1aa758
32 changed files with 234 additions and 29 deletions
|
|
@ -29,13 +29,20 @@ pre_remove() {
|
|||
install_apps() {
|
||||
rm /var/lib/pacman/db.lck
|
||||
|
||||
pkgs=" betterbird-bin google-chrome hamsket-bin zenith "
|
||||
pkgs+=" rstudio-desktop-bin sway-git swaylock-effects-git spotify "
|
||||
pkgs+=" visual-studio-code-bin "
|
||||
# Desktop
|
||||
pkgs=" sway-git swaylock-effects-git "
|
||||
|
||||
# Jetbrains
|
||||
# Socials & entertainment
|
||||
pkgs+=" betterbird-bin hamsket-bin jellyfin-media-player spotify "
|
||||
pkgs+=" zoom "
|
||||
|
||||
# Coding
|
||||
pkgs+=" intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre "
|
||||
pkgs+=" pycharm-professional jetbrains-fleet "
|
||||
pkgs+=" jetbrains-fleet pycharm-professional rstudio-desktop-bin "
|
||||
pkgs+=" visual-studio-code-bin "
|
||||
|
||||
# Tools
|
||||
pkgs+=" google-chrome zenith "
|
||||
|
||||
# Skip these
|
||||
options="--sudoflags -A --answerclean None --answerdiff None "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue