# Dependencies:
* zsh
* git
* [helix](https://github.com/helix-editor/helix)
* [alacritty](https://github.com/alacritty/alacritty)
* [sway](https://github.com/swaywm/sway)
* [waybar](https://github.com/Alexays/Waybar)
* [swayidle](https://github.com/swaywm/swayidle)
* [swaylock-effects](https://github.com/mortie/swaylock-effects)
* [mako](https://github.com/emersion/mako)
* [grim](https://github.com/emersion/grim)
* [slurp](https://github.com/emersion/slurp)
* [wl-clipboard](https://github.com/bugaevc/wl-clipboard)
* [gammastep](https://gitlab.com/chinstrap/gammastep)
* [scream](https://github.com/duncanthrax/scream)
* [rbw](https://git.tozt.net/rbw)
* [rofi-rbw](https://github.com/fdw/rofi-rbw)
* [sway-launcher-desktop](https://github.com/Biont/sway-launcher-desktop)
* [realmenu](https://github.com/nab-os/realmenu)
* nautilus
# Installing
```
mkdir ~/.cache/zsh
alias dotfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
git clone --bare https://github.com/nab-os/.dotfiles $HOME/.dotfiles
dotfiles checkout
dotfiles config status.showUntrackedFiles no
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/zsh-syntax-highlighting
git clone https://github.com/nab-os/realmenu ~/.config/realmenu
ln -s ~/config/zsh/zsh-autosuggestions ~/.config/realmenu/
ln -s ~/config/zsh/zsh-syntax-highlighting ~/.config/realmenu/
ln -s ~/.config/realmenu/swayconfig ~/.config/sway/configs-enabled/53-realmenu.conf
#Be carefull when directly executing a script after downloading it !!!
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
```
[Dépot dotfiles](https://github.com/nab-os/.dotfiles)