init: Start dotfiles with a test container to verify installation.
This commit is contained in:
commit
9232cf030b
10 changed files with 465 additions and 0 deletions
18
.config/aliasrc
Normal file
18
.config/aliasrc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Typical verbosity and settings.
|
||||
alias \
|
||||
mkd='mkdir -pv' \
|
||||
ffmepg='ffmpeg -hidebanner'
|
||||
|
||||
# Colorize when possible.
|
||||
alias \
|
||||
ls='ls -h -N -G --group-directories-first' \
|
||||
grep='grep --color=auto'
|
||||
|
||||
# Shortenings
|
||||
alias \
|
||||
d='docker' \
|
||||
h='history' \
|
||||
l='less' \
|
||||
s='sudo'
|
||||
Loading…
Add table
Add a link
Reference in a new issue