OpenBSD 6.4: Difference between revisions
Jump to navigation
Jump to search
(starting) |
mNo edit summary |
||
Line 12: | Line 12: | ||
echo "source $HOME/.bashrc" > ~/.bash_profile | echo "source $HOME/.bashrc" > ~/.bash_profile | ||
echo "PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w \[\033[00m\]\$ '" > ~/.bashrc | echo "PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w \[\033[00m\]\$ '" > ~/.bashrc | ||
== Interesting packages == | |||
pkg_add -v mc wget |
Revision as of 08:25, 1 November 2018
Introduction
Right after installation of OpenBSD 6.4, you already have
- IPv6 working
- pkg_add working (in older version, you had to set PKG_PATH manually)
Because I don't like OpenBSD's default shell so much and I want to use an editor with at least little usability, the first commands I enter is
pkg_add -v bash nano chsh -s /usr/local/bin/bash echo "source $HOME/.bashrc" > ~/.bash_profile echo "PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w \[\033[00m\]\$ '" > ~/.bashrc
Interesting packages
pkg_add -v mc wget