From 02ef7deb40acd1ca2a02d1db2d0b8336b60962b9 Mon Sep 17 00:00:00 2001 From: ggodot Date: Thu, 12 Dec 2024 21:29:15 +0100 Subject: [PATCH] more comands --- README.md | 5 +++++ comands.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ install.sh | 10 ---------- 3 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 comands.md diff --git a/README.md b/README.md index 3629cdf..0c37550 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,12 @@ Connect to the internet Install git to downlad this (and other thinks you will need) `pacman -Suyy git vim btrfs-progs` +`git clone http://172.18.42.73:3000/godot/arch-install.git` +# TODO: +- [ ] poskladat comandy +- [ ] zkompletovat install.sh +- [ ] doplnit install.sh o comands.md diff --git a/comands.md b/comands.md new file mode 100644 index 0000000..6d25872 --- /dev/null +++ b/comands.md @@ -0,0 +1,54 @@ +# WM install +sudo pacman -Sy qtile qtile-extras pywlroots ly +sudo systemctl enable ly + +# Fonts install +yay -Sy ttf-ms-fonts nerd-fonts + +# upravit pacman na multidownload + +# Tailscale install +yay -Sy tailscale +sudo systemctl start tailscaled +sudo systemctl enable tailscaled +sudo tailscale up + +# Based software install +yay -Sy alacritty btop tmux +cd .config/ + +rm -rf tmux/ qtile/ allacritty/ +git clone http://172.18.42.73:3000/godot/qtile +git clone http://172.18.42.73:3000/godot/tmux +git clone http://172.18.42.73:3000/godot/alacritty + +tmux + +# NeoVim install +yay -S luarocks lua npm +git clone http://172.18.42.73:3000/godot/nvim +### After first start it will install all plugins + +# ArchStrike install +yay -Sy nmap wireshark-qt wireshark-cli netdiscover pamixer keepassxc cmatrix memtest86+ +yay -Sy xterm wget vlc fzf deluge-gtk + +### Wireshark set up +sudo usermod -aG wireshark godot +sudo chmod +x /usr/bin/dumpcap + +### Memtest86+ GRUB integration +sudo grub-mkconfig -o /boot/grub/grub.cfg + +# Base software install +yay -Sy firefox betterbird vencord libreoffice-fresh +### firefox, libre, better needs backup to restore from nextcloud (maybe use nextcloud-cmd) +### Vencord does not work + +# Rofi install +yay -S rofi-wayland +rofi-theme-selector +### pouzivam side panel + +# Upravuje moznost menit brightnes +sudo chmod +777 /sys/class/backlight/acpi_video0/brightness diff --git a/install.sh b/install.sh index b140a94..be62c04 100644 --- a/install.sh +++ b/install.sh @@ -84,13 +84,3 @@ useradd -mG wheel godot # install yay # sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si -# !TODO -# thinks to add -# - install qtile and ly -# - install nvim -# - install firefox, betterbird, keepassxc -# - install alacritty -# - install Vencord -# - install membtest in grub -# - add arch-strike repo and install wireshark, nmap, netdiscover [https://archstrike.org/wiki/setup] -# -