Go to file
2021-11-15 16:19:10 +01:00
.config feat: globalized wallpapers location 2021-11-15 16:19:10 +01:00
.vim/pack/dist/opt feat: better user scripts 2021-11-12 09:48:53 +01:00
bin feat: removed toggle touchpad script. fix: bad root checks. style: replaced single quotes with double 2021-11-15 16:16:12 +01:00
.gitmodules feat: better user scripts 2021-11-12 09:48:53 +01:00
.gtkrc-2.0 feat: vim sway command and materia theme by default 2021-11-15 16:17:08 +01:00
.vimrc feat: vim improved features 2021-11-12 09:49:50 +01:00
.zshrc feat: vim sway command and materia theme by default 2021-11-15 16:17:08 +01:00
README.md feat: submodule clone command 2021-11-12 19:19:26 +01:00

dotfiles

To clone the repo :

git clone --bare git@github.com:AustralEpitech/dotfiles.git ~/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
config checkout # remove conflicted files and re-run the command
config submodule update --init --recursive
config config --local status.showUntrackedFiles no