remove shell config folders, just using .profile

This commit is contained in:
frosty 2024-05-28 15:59:46 -04:00
parent 8979a8f77e
commit a5e0c35c8c
2 changed files with 0 additions and 30 deletions

View file

@ -1,23 +0,0 @@
#!/bin/sh
alias sudo='doas'
alias vim='nvim'
alias code='codium'
alias fetch='fastfetch'
alias cp='cp -iv'
alias mv='mv -iv'
alias rm='rm -vI'
alias mkdir='mkdir -pv'
alias df='df -h'
alias free='free -h'
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias cat='bat --style=plain'
alias xdg-ninja='xdg-ninja --skip-unsupported'

View file

@ -1,7 +0,0 @@
#!/bin/sh
skinstall() {
rm config.h
make || return
doas make install
}