Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Sep 6, 2023
1 parent 7f7aa56 commit b76230e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# latest kali base image
FROM kalilinux/kali-rolling:latest

LABEL "project"="kali-d"
LABEL "project"="Kali-D"
LABEL "author"="f0nzy"
LABEL "version"="v1.1.0"
LABEL "website"="https://r0land-sec.com"
LABEL "website"="https://f0nzy.com"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
5 changes: 2 additions & 3 deletions resources/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ set -g visual-activity on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-logging'
#set -g @plugin 'egel/tmux-gruvbox'
#set -g @tmux-gruvbox 'dark' # or 'light'
set -g @plugin "janoamaral/tokyo-night-tmux"
set -g @plugin 'jimeh/tmux-themepack'


run '~/.tmux/plugins/tpm/tpm'
15 changes: 0 additions & 15 deletions sources/0-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,3 @@ echo -e "Installing network packages"
network
echo -e "Installing AD tools"
active_directory
#echo -e "Installing web tools"
#web
#echo -e "Installing password tools"
#password

#sublime install
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg |
gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg >/dev/null

echo "deb https://download.sublimetext.com/ apt/stable/" |
sudo tee /etc/apt/sources.list.d/sublime-text.list

sudo apt-get update

sudo apt-get install sublime-text
2 changes: 1 addition & 1 deletion sources/1-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ web() {
}

password() {
sudo apt-get install -y seclists crunch john
sudo apt-get install -y seclists crunch
}

install_go() {
Expand Down

0 comments on commit b76230e

Please sign in to comment.