Skip to content

Commit

Permalink
A bit of tidying, install neofetch - move calc to bar
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 20, 2024
1 parent 8ce264a commit cf22c51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ binary/
cache/
chroot/

live-image-*
2 changes: 1 addition & 1 deletion config/hooks/live/0500-install-fynedesk.hook.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ FYNE=/usr/local/bin/fyne
$FYNE get github.com/fyne-io/terminal/cmd/fyneterm
$FYNE get github.com/fyne-io/calculator
$FYNE get github.com/fyshos/textedit
$FYNE get github.com/fyshos/focus

# games
$FYNE get github.com/fyne-io/solitaire
$FYNE get github.com/mevdschee/fyne-mines
$FYNE get github.com/scastiel/gordle

# app manager
sudo apt-get -y update
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"launchericons":"fyneterm|apps|Install Debian","background":"","borderbuttonposition":"Left","clockformatting":"24h","icontheme":"hicolor","launchernarrowleft":true,"narrowpanel":true,"recentapps":""}
{"launchericons":"fyneterm|calculator|apps|Install Debian","background":"","borderbuttonposition":"Left","clockformatting":"24h","icontheme":"hicolor","launchernarrowleft":true,"narrowpanel":true,"recentapps":""}
1 change: 1 addition & 0 deletions config/package-lists/utils.list.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ zsh
figlet
git
make
neofetch

0 comments on commit cf22c51

Please sign in to comment.