Chapter 11.  Konsole and shell

  1. xterm &

    Close all instances of Konsole

    Copy files cp ~/Dropbox/Basic/new_machine/linux/kde/konsolerc .config/ mkdir ~/.local/share/konsole cp ~/Dropbox/Basic/new_machine/linux/kde/Joel\'s\ Konsole\ Profile.profile ~/.local/share/konsole

    Configure Konsole Always Show Tab Bar

    Configure Profile

    1. Solarized

    2. 14 pt Quadraat Sans Mono

    3. Set Unlimited Scrollbar, Hidden

    4. hide Menubar

    5. Uncheck Show Menubar by default

  2. Add ~/bin to path

    Edit: emacs ~/.bashrc

    Add at the end:

    export PATH=$PATH:~/bin

    And remove the default alias for l

  3. Set up aliases

    Copy the file. cp ~/Dropbox/Basic/new_machine/linux/misc/.bash_aliases ~/

    Repeat for skel. cp ~/Dropbox/Basic/new_machine/linux/misc/.bash_aliases /etc/skel/

    Repeat for root cp ~/Dropbox/Basic/new_machine/linux/misc/.bash_aliases /root/