Initial commit

This commit is contained in:
2024-08-30 23:30:20 +02:00
commit 904f9f0733
44 changed files with 9552 additions and 0 deletions

12
.bashrc Normal file
View File

@@ -0,0 +1,12 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto -a'
alias grep='grep --color=auto'
alias cat='bat'
alias top='htop'
PS1='[\u@\h \W]\$ '
fastfetch