Go to file
2022-01-17 00:38:55 +01:00
.config feat: removed unused lsp config and tree style file manager 2022-01-17 00:38:55 +01:00
.vim feat: nvim config, suckless dwm and dmenu, toggle-touchpad script, removed wayland config. fix: clean up vim config, zshrc and alacrity 2021-12-23 18:21:16 +01:00
bin feat: guard option in bash to prevent script from running after error 2021-12-28 14:01:53 +01:00
.gitmodules feat: awesome battery, brightness and volume modules, modified shortcuts. 2021-12-24 18:27:49 +01:00
.gtkrc-2.0 fix: theme 2021-11-23 14:22:42 +01:00
.vimrc feat: nvim config, suckless dwm and dmenu, toggle-touchpad script, removed wayland config. fix: clean up vim config, zshrc and alacrity 2021-12-23 18:21:16 +01:00
.zshrc feat: removed unused mkconfig alias 2022-01-17 00:38:24 +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