Go to file
2021-12-23 21:47:25 +01:00
.config updated awesome config to match the new sway config 2021-12-23 21:47:25 +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: removed suckless. fix: updated scripts shebang 2021-12-23 18:49:09 +01:00
.gitmodules feat: treesitter nvim plugin 2021-12-23 18:51:08 +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: 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
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