/minimal-server-setup

oneliner to setup your server command line interface so if a little bit better the default version

Primary LanguageShellMIT LicenseMIT

The minimal server setup

this is for when you already did the actual server installation (os and stuff) and then you and need to ssh into it and the native enviroment just feels like a pain

This repo helps you go from

this:

Before

to this:

After

by doing this:

Git-free install

cd; 
curl -#L https://github.com/stefanlachmann/minimal-server-setup/tarball/main | tar -xzv --strip-components 1 --exclude={README.md,assets,LICENSE}

then run the bash setup.sh when you are in you root/home folder

and you will get:

auto-ls  -  ls by default when you use `cd`
# some aliases
alias c="clear"
alias v="vim"
alias cp="cp -rv"
alias mkd="mkdir -v"
alias e="exit"
alias mv="mv -v"

alias la='ls -A'
alias l='ls -CF'
alias lsa='ls -laH'
alias ll='ls -l'

and the bash.prompt from above Screenshot: http://i.imgur.com/EkEtphC.png