Distro | Archlinux-Debian 12 |
---|---|
WM | Sway |
Terminal | Foot |
Shell | archlinux+zsh+zap-starship |
Shell | debian12+zsh+ohmyzsh-starship |
Launcher | Rofi Wayland |
Clipboard | Cliphist |
File Manager | thunar |
1.- First clone the repository
https://github.com/hidayry/swaywm-dotfiles.git
2.- Copy config :
⚠️ WARNING: Configuration files may be overrided,please backup your config
cd swaywm-dotfiles
cp -r .config/* ~/.config/
cp -r home/* ~/
3.- Install Dependencies
Dependencies Archlinux:
sudo pacman -S --needed sway swaybg waybar jq findutils mpd ncmpcpp swayidle wf-recorder dmenu brightnessctl mako cliphist grim slurp pamixer polkit-gnome starship xdg-user-dirs xdg-utils gvfs gvfs-mtp gvfs-nfs wl-clipboard playerctl foot network-manager-applet grimshot yad xdg-desktop-portal-wlr
- aur-packages
yay -S --needed tela-circle-icon-theme-manjaro tokyonight-gtk-theme-git wl-clipboard-history-git ttf-jetbrains-mono-nerd mpdris2 rofi-lbonn-wayland swaylock-effects nwg-look
- zap zsh
zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1
for zap zsh in this link
Dependencies debian12:
cause polkit-gnome crash in debian 12, i use lxpolkit
sudo apt install sway lxpolkit yad jq findutils pamixer brightnessctl wf-recorder grim slurp grimshot wl-clipboard swayidle waybar mako-notifier mpdris2 mpd ncmpcpp suckless-tools xdg-user-dirs playerctl foot network-manager-gnome xdg-utils papirus-icon-theme libplayerctl-dev gir1.2-playerctl-2.0 zsh zsh-autosuggestions zsh-syntax-highlighting xdg-desktop-portal-wlr
for other debian12 build from source
|