working on the proper installer
parent
845f7a16be
commit
dee34e7c93
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo pacman -S nmap wireshark-qt gnu-netcat bind traceroute curl wget mtr tcpdump net-tools iputils
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue