removed network manager
This commit is contained in:
parent
053ba97f37
commit
dd2282b243
|
|
@ -1 +1,3 @@
|
||||||
# arch-install
|
# arch-install
|
||||||
|
arch linux install script with all my configs...
|
||||||
|
forked from bugswriter.
|
||||||
|
|
|
||||||
|
|
@ -64,11 +64,11 @@ pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit
|
||||||
pacman-contrib pavucontrol rsync ueberzug ffmpegthumbnailer python-pywal \
|
pacman-contrib pavucontrol rsync ueberzug ffmpegthumbnailer python-pywal \
|
||||||
sxiv xdotool xwallpaper zip unzip wget pcmanfm \
|
sxiv xdotool xwallpaper zip unzip wget pcmanfm \
|
||||||
fzf man-db pipewire pipewire-pulse xcompmgr firefox pamixer \
|
fzf man-db pipewire pipewire-pulse xcompmgr firefox pamixer \
|
||||||
xclip sxhkd imagemagick networkmanager git dash arc-gtk-theme papirus-icon-theme \
|
xclip sxhkd imagemagick connman wpa_supplicant git dash arc-gtk-theme papirus-icon-theme \
|
||||||
neovim lua rust-analyzer rustup xdg-user-dirs mpd ncmpcpp \
|
neovim lua rust-analyzer rustup xdg-user-dirs mpd ncmpcpp \
|
||||||
zsh zsh-autosuggestions zathura zathura-pdf-poppler
|
zsh zsh-autosuggestions zathura zathura-pdf-poppler
|
||||||
|
|
||||||
systemctl enable NetworkManager.service
|
systemctl enable connman.service
|
||||||
rm /bin/sh
|
rm /bin/sh
|
||||||
ln -s dash /bin/sh
|
ln -s dash /bin/sh
|
||||||
# echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
# echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue