Inital commit
Good start Added roles for setting up a user with zsh config and ssh keys Also installation and configuriation of some packages
This commit is contained in:
7
roles/zsh/files/aliases.sh
Normal file
7
roles/zsh/files/aliases.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
alias\
|
||||
ls="lsd -h --color=auto --group-dirs first"\
|
||||
ll="ls -l"\
|
||||
la="ls -a"\
|
||||
diff="diff --color=auto"\
|
||||
grep="grep --color=auto -n"
|
Reference in New Issue
Block a user