Skip to content

Commit

Permalink
Merge pull request #88 from jnywong:update-apt
Browse files Browse the repository at this point in the history
Omit extraneous apt packages
  • Loading branch information
jnywong authored May 29, 2024
2 parents 44fdea3 + 26b13d6 commit 08c0211
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions images/handbook-authoring-image/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ emacs-goodies-el
# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
nano
jed
jed-extra
# jed
# jed-extra

# powerful terminal-based file manager, better than the one in JLab
mc
# mc

# for easily managing multiple repositories with one command (perl-doc
# is needed for its help pages to work)
mr
perl-doc
# mr
# perl-doc

# Regular build tools for compiling common stuff
build-essential
Expand All @@ -47,7 +47,7 @@ pandoc
latexdiff

# Some useful git utilities use basic Ruby
ruby
# ruby

# Other niceties for command-line work and life
ack # powerful grep-like tool
Expand All @@ -68,23 +68,23 @@ tree
#fzf # fuzzy file finder

## This section adds tools for desktop environment usage
dbus-x11
xorg
xubuntu-icon-theme
xfce4
xfce4-goodies
xclip
xsel
firefox
chromium-browser
#dbus-x11
#xorg
#xubuntu-icon-theme
#xfce4
#xfce4-goodies
#xclip
#xsel
#firefox
#chromium-browser

# GUI text editors
emacs
vim-gtk3
gedit

# Git clients and tools
git-gui
gitg
qgit
meld
#git-gui
#gitg
#qgit
#meld

0 comments on commit 08c0211

Please sign in to comment.