Go to file
2021-11-23 14:24:06 +01:00
.config feat: gnome-keyring, more multimedia hotkeys. fix: ws name 2021-11-23 14:24:06 +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 fix: theme 2021-11-23 14:22:42 +01:00
.vimrc feat: vim 80 column bar 2021-11-23 14:23:12 +01:00
.zshrc feat: vim sway command and materia theme by default 2021-11-15 16:17:08 +01:00
README.md Update README.md 2021-11-16 17:30:20 +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 status.showUntrackedFiles no