working on the proper installer

main
The_miro 2025-05-15 14:40:02 +02:00
parent 845f7a16be
commit dee34e7c93
3 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
sudo pacman -Syu python python-pip sudo pacman -Syu python python-pip atool nvim curl wget fastfetch

View File

@ -0,0 +1,2 @@
#!/bin/bash
sudo pacman -S nmap wireshark-qt gnu-netcat bind traceroute curl wget mtr tcpdump net-tools iputils

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
sudo pacman -Syu zsh nvim curl
#cli dotfiles #cli dotfiles
echo "Installing bash and zsh setting files" echo "Installing bash and zsh setting files"
rm ~/.bashrc rm ~/.bashrc