migrated dots setup

This commit is contained in:
2023-02-24 16:56:31 +01:00
commit 04560bb475
37 changed files with 11091 additions and 0 deletions

3
bash/.bash_logout Normal file
View File

@@ -0,0 +1,3 @@
#
# ~/.bash_logout
#

5
bash/.bash_profile Normal file
View File

@@ -0,0 +1,5 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

12
bash/.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'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
alias yay="paru"
alias sudo="doas"