All my dotfiles, I used to be on Arch on full DIY config with i3 but I now moved to Gnome for simplicity. All my old config for dunst, i3, polybar... is still available on the legacy branch.
Be sure to have at leat curl installed (and your network can reach internet)
Then you can type :
curl -fsSL https://redeltaz.github.io/dotfiles/etc/install | bash
You now have to add the ~/.dotfiles/bin
folder into $PATH
:
echo "export PATH="$HOME/.dotfiles/bin"" >> ~/.zshrc
The dotfiles CLI will be installed and usable to manage the config. If an error appear, you can create an issue
OS | Arch |
WM | Gnome |
Terminal | Alacritty |
Shell | zsh |
Editor | neovim |
Terminal Multiplexer | tmux |