Browse Source

Add some stuff for scheme development

master
Taylor Bockman 9 years ago
parent
commit
a0d5fe9437
  1. 1
      dotfiles/zshrc
  2. 2
      scripts/sysinstall/install_packages.sh

1
dotfiles/zshrc

@ -8,6 +8,7 @@ export TERM=xterm-256color
export ITERM_24BIT=1
alias irssi='TERM=screen-256color irssi'
alias scheme='rlwrap scheme'
# This is for the mac GUI version of emacs.
alias emacs-gui='open -a /Applications/Emacs.app $1'

2
scripts/sysinstall/install_packages.sh

@ -48,7 +48,7 @@ packages=("wget", "emacs", "gvim", "openssh", "steam", "zsh", "zsh-completions",
"xf86-video-fbdev", "xf86-video-intel", "xf86-video-vesa", "alsa-utils", "xorg",
"xorg-xinit", "dmenu", "ttf-inconsolata", "i3", "google-chrome", "clojure", "leiningen",
"xclip", "playerctl", "infinality-bundle", "lieningen-completions", "npm", "conky",
"feh", "networkmanager", "htop", "physlock", "mit-scheme", "pulseaudio", "ponymix")
"feh", "networkmanager", "htop", "physlock", "mit-scheme", "pulseaudio", "ponymix", "rlwrap")
# Reload the font cache
fc-cache -fv

Loading…
Cancel
Save