diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-20 22:54:53 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-20 22:54:53 +0530 |
commit | bc9d7870519781d760057c3c3d0b579cd195de75 (patch) | |
tree | 978c358c06853cc8135658c4ee9a08987776ebef /arch-magik.sh | |
parent | 6c38652efa83e79125518ac9c216c3cd6b2c96a1 (diff) |
typo fix
Diffstat (limited to 'arch-magik.sh')
-rwxr-xr-x | arch-magik.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index 76392d5..7062bab 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -82,7 +82,7 @@ pacman --noconfirm -S xorg-server xorg-xinit xorg-xkill xorg-xbacklight \ fzf man-db xwallpaper python-pywal unclutter xclip maim \ zip unzip unrar p7zip xdotool brightnessctl redshift \ git sxhkd zsh pipewire pipewire-pulse rsync qutebrowser \ - xcompmgr libnotify dunst wget jq aria2 cowsay \ + ranger libnotify dunst wget jq aria2 cowsay \ dhcpcd wpa_supplicant networkmanager pamixer mpd ncmpcpp \ zsh-syntax-highlighting xdg-user-dirs libconfig \ bluez bluez-utils && @@ -107,7 +107,7 @@ reboot printf '\033c' cd $HOME -git clone https://github.com/justsaumit/dotfiles.git +git clone https://github.com/justsaumit/.dotfiles.git # dwm: Window Manager git clone https://github.com/justsaumit/dwm.git ~/.local/src/dwm cd ~/.local/src/dwm |