it's my dotfiles
if [ -f /usr/bin/git ] && [ ! -d ~/.dotfiles ]; then
mv $HOME/.bashrc $HOME/.bashrc~
git clone https://github.com/e-volusian/dotfiles $HOME/.dotfiles
/bin/bash $HOME/.dotfiles/install
fi
file | ready? |
---|---|
bashrc | ✔ |
screenrc | ✔ |
tmux.conf | ✔ |
vimrc | ✔ |
alias | ✔ |
functions | ✔ |
inputrc | ✔ |
spectrwm.conf | ✔ |
openbox_rc.xml | ✔ |