Skip to content

Commit

Permalink
add script to run after fresh system install
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
  • Loading branch information
hxw committed Jun 24, 2012
1 parent b18dbc2 commit fb62782
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
27 changes: 27 additions & 0 deletions InitialApt.sh
@@ -0,0 +1,27 @@
# Ubuntu initial packages system setup
# run this on a fresh install to install some tools

apt-get install mg lynx-cur curl
apt-get install rxvt-unicode aptitude
apt-get install git gitk

apt-get install emacs emacs23-el emacs-goodies-el haskell-mode ocaml-mode tuareg-mode

# fonts so emacs hello (CTRL-H H) show no missing fonts
apt-get install emacs-intl-fonts \
xfonts-intl-arabic xfonts-intl-asian xfonts-intl-chinese xfonts-intl-chinese-big \
xfonts-intl-european xfonts-intl-japanese xfonts-intl-japanese-big xfonts-intl-phonetic \
fonts-tibetan-machine fonts-sil-padauk fonts-arphic-ukai fonts-arphic-uming

apt-get install build-essential g++-multilib gcc-multilib flex bison m4 gawk

apt-get install ghc libghc-missingh-dev libghc-x11-dev libx11-dev
apt-get install ocaml

apt-get install slime sbcl cl-asdf cl-swank

apt-get install imagemagick

# vim?
# apt-get install vim-gtk
# apt-get install w3m
4 changes: 0 additions & 4 deletions README

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
# Configuration files for shells, editors and others

These files are text configuration file for various programs, that
usually exist in ${HOME} and mostly begin with a '.'.

# InitialApt.sh

A collection of the utilities to install on a fresh system

0 comments on commit fb62782

Please sign in to comment.