From 6d8a12171213600ba242f8828c53ef3770fd6443 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 26 Nov 2022 14:28:03 +0100 Subject: [PATCH] Dotfiles config update (2022-11-26) --- Dependencies.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index 7b5fcf5..fa6cb18 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -12,15 +12,15 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D ### Install dependencies on Arch Linux: ```shell - $ sudo pacman -S spectrwm compton arc-gtk-theme xautolock kitty i3-gaps i3status \ + $ sudo pacman -S spectrwm picom arc-gtk-theme xautolock kitty i3-gaps i3status \ i3blocks i3lock noto-fonts papirus-icon-theme lxappearance nitrogen lxrandr tint2 \ conky xterm exa fish bat zsh dmenu fzf calc rofi wofi picom engrampa ristretto \ xarchiver mpv ffmpeg pcmanfm ranger vlc vim geany git nodejs alsa-utils arandr \ python3 npm make cmake gcc cargo neofetch screenfetch lm_sensors pavucontrol \ - xfce4-screenshooter xscreensaver alsa-utils pulseaudio-alsa light xorg-xbacklight \ + xfce4-screenshooter xscreensaver alsa-utils light xorg-xbacklight dex qtile \ xorg-xrandr sway swaybg swayidle wofi meson waybar wayland-protocols xorg-xwayland \ - wf-recorder xdg-desktop-portal-wlr wl-clipboard grim slurp jq wlroots pulseaudio \ - alacritty qtile python-pip xorg-xsetroot dex xorg-xlsclients + wf-recorder xdg-desktop-portal-wlr wl-clipboard grim slurp jq wlroots alacritty \ + python-pip xorg-xsetroot xorg-xlsclients ```` ```shell @@ -57,7 +57,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D ```` ```shell - $ git clone https://gitlab.com/q3aql/dotfiles + $ git clone https://github.com/q3aql/dotfiles $ cd dotfiles/fonts $ sudo ./install-fonts.sh $ cd ../scripts @@ -67,7 +67,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D * For install `alacritty`, type this commands `(Optional)`: ```shell - $ git clone https://gitlab.com/q3aql/dotfiles + $ git clone https://github.com/q3aql/dotfiles $ cd dotfiles $ chmod +x scripts/alacritty-install.sh $ sudo scripts/alacritty-install.sh @@ -76,7 +76,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D * For install `i3-gaps`, type this commands: ```shell - $ git clone https://gitlab.com/q3aql/dotfiles + $ git clone https://github.com/q3aql/dotfiles $ cd dotfiles $ chmod +x scripts/i3-gaps-install.sh $ sudo scripts/i3-gaps-install.sh