User Tools

Site Tools


pages:howtos:debian:debian-basic-setup

This is an old revision of the document!


Debian Basic Setup

Things I like to find on my system (work in progress).

apt -y install keychain lynx menu mlocate multitail vim-nox

vim ~/.bashrc

# SSH AGENT
eval $(keychain --eval id_rsa id_ed25519)

# bash-git-prompt
if [ -f "$HOME/repos/bash-git-prompt/gitprompt.sh" ]; then
    GIT_PROMPT_ONLY_IN_REPO=1
    source $HOME/repos/bash-git-prompt/gitprompt.sh
fi

# ALIASES
alias zim="zim.py &"

export PATH="$PATH:/home/<USER>/bin/"

mkdir -pv /home/<USER>/bin /home/def/repos
cd /home/<USER>/repos
git clone https://github.com/zim-desktop-wiki/zim-desktop-wiki
git clone https://github.com/magicmonty/bash-git-prompt
git clone https://github.com/DaniSpringer/multi-git-status.git
git clone https://github.com/gitahead/gitahead.git
ln -s /home/<USER>/repos/multi-git-status/mgitstatus ./mgitstatus
ln -s /home/<USER>/repos/zim-desktop-wiki/zim.py ./zim

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/debian/debian-basic-setup.1612950145.txt.gz · Last modified: 2021/02/10 09:42 by mischerh