Skip to content

Commit

Permalink
move scripts to applications
Browse files Browse the repository at this point in the history
  • Loading branch information
guruswarupa committed Sep 18, 2024
1 parent fb0b25f commit e2262a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 9 additions & 1 deletion tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ script = "zsh-setup.sh"

[[data]]
name = "Fastfetch"
script = "fastfetch-setup.sh"
script = "fastfetch-setup.sh"

[[data]]
name = "Install Bottles"
script = "bottles-setup"

[[data]]
name = "Docker Setup"
script = "6-docker-setup.sh"
8 changes: 0 additions & 8 deletions tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,10 @@ script = "3-global-theme.sh"
name = "Remove Snaps"
script = "4-remove-snaps.sh"

[[data]]
name = "Docker Setup"
script = "6-docker-setup.sh"

[[data]]
name = "Automount Drive"
script = "7-automount.sh"

[[data]]
name = "Grub Theme Setup"
script = "8-grub-theme.sh"

[[data]]
name = "Install Bottles"
script = "9-bottles-setup"

0 comments on commit e2262a5

Please sign in to comment.