Go to file
2022-12-16 14:23:22 +01:00
.config feat: p10k for k8s, and mytheme for fast prompt 2022-12-16 09:31:50 +01:00
bin feat: set-light: XDG compliant cache dir 2022-12-12 23:53:41 +01:00
.gitmodules feat: p10k for k8s, and mytheme for fast prompt 2022-12-16 09:31:50 +01:00
.gtkrc-2.0 add a lot of things 2022-07-18 15:12:36 +02:00
.xinitrc merge: work 2022-12-13 11:18:18 +01:00
.zshenv style: fix quotes and trailing /, remove java fix 2022-12-16 14:23:22 +01:00
README.md feat: remove treesitter-context 2022-08-26 10:02:36 +02:00

dotfiles

To clone the repo :

pacman -Syu --needed zsh sway firefox alacritty neovim

git clone --bare https://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 --remote
config config status.showUntrackedFiles no

To update submodules:

config submodule update --recursive --remote