That last post concerning setting up parts of ubuntu on the eee,
triggered an interest in a single script to configure ubuntu from
start to finish.
This is that command. For clarity, it may be split into a few commands.
Before execution, the required repositories should be added.
The following is performed:
Installation of vim, konsole, fluxbox, latex, skype, conky, gkrellm, eterm (wallpaper), fortune:
sudo apt-get install vim konsole fluxbox texlive-latex-base skype conky gkrellm eterm fortune-mod
Update of fluxbox keyboard shortcuts: Copy and paste the multiple lines as one command.
echo '# Applications
Mod4 Z :Exec konsole
Mod4 F :Exec firefox
Mod4 S :Exec skype
' | tee -a ~/.fluxbox/keys
Update /etc/hosts to prevent infuriating web shit.
sudo echo '
# Auto added during config
127.0.0.1 push-analytics.com
127.0.0.1 view.atdmt.com
' | tee -a /etc/hosts
No comments:
Post a Comment