Custom dotfiles for SwayFx Compositor for wayland with ZSH.
I highly recommend to use 'rsync' for installation.
Install with rsync
git clone https://github.com/aruyu/sway-dotfiles.git ~/Documents/sway-dotfiles/
Use rsync to sync the dotfiles.
rsync -avxHAXP --exclude={'.git*','tools','LICENSE','*.md'} ~/Documents/sway-dotfiles/. ~/
Run 'install.sh' to install essentials.
bash ~/Documents/sway-dotfiles/tools/install_themes.sh
bash ~/Documents/sway-dotfiles/tools/install_zsh.sh
Direct installation
git clone https://github.com/aruyu/sway-dotfiles.git ~/Downloads/sway-dotfiles/
cp -rf ~/Downloads/sway-dotfiles/.* ~/
Run 'install.sh' to install essentials.
bash ~/Downloads/sway-dotfiles/tools/install_themes.sh
bash ~/Downloads/sway-dotfiles/tools/install_zsh.sh
Type one of belows.
- Arch
- Ubuntu
- Mac
- Font ('JetBrainsMono NerdFont' fonts installation)
NOTE: If you have some problems with 'nwgbar', you have to change directory in 'exec' key.
~/.config/nwg-launchers/nwgbar/bar.json.
{
"name": "...",
"exec": "$HOME/.config/...",
"icon": "..."
}