diff --git a/gvimrc b/gvimrc deleted file mode 100644 index c0b0bc8..0000000 --- a/gvimrc +++ /dev/null @@ -1,29 +0,0 @@ -syn on -set guifont=Monospace\ Bold\ 12 -let do_syntax_sel_menu = 1|runtime! synmenu.vim|aunmenu &Syntax.&Show\ File\ Types\ in\ Menu -colors gruvbox -set background=dark - -" Uncomment the following to have Vim jump to the last position when -" reopening a file -if has("autocmd") - au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe -"normal! g'\"" | endif -endif - -" Uncomment the following to have Vim load indentation rules and plugins -" according to the detected filetype. -if has("autocmd") - filetype plugin indent on -endif - -set showmatch -"set mouse=a -set tabstop=4 -set expandtab -set shiftwidth=4 -set smartindent -set autoindent -set cindent -" - diff --git a/profile b/profile deleted file mode 100644 index 5f32d73..0000000 --- a/profile +++ /dev/null @@ -1,44 +0,0 @@ -# /etc/profile - -# Set our umask -umask 022 - -# Append our default paths -appendpath () { - case ":$PATH:" in - *:"$1":*) - ;; - *) - PATH="$PATH:$1" - esac -} - -appendpath '/usr/local/sbin' -appendpath '/usr/local/bin' -appendpath '/usr/bin' -unset appendpath - -export PATH - -# Load profiles from /etc/profile.d -if test -d /etc/profile.d/; then - for profile in /etc/profile.d/*.sh; do - test -r "$profile" && . "$profile" - done - unset profile -fi - -# Source global bash config -if test "$PS1" && test "$BASH" && test -z ${POSIXLY_CORRECT+x} && test -r /etc/bash.bashrc; then - . /etc/bash.bashrc -fi - -# Termcap is outdated, old, and crusty, kill it. -unset TERMCAP - -# Man is much better than us at figuring this out -unset MANPATH - -#set keyboard layout -setxkbmap -layout latam -conkyp & diff --git a/robacookies.php b/robacookies.php deleted file mode 100644 index 9956495..0000000 --- a/robacookies.php +++ /dev/null @@ -1,11 +0,0 @@ -Lo sentimos, esta página está en construcción.

Click aquíhere para volver a la página anterior. '; -?> - diff --git a/spt b/spt deleted file mode 100755 index 2223b9d..0000000 --- a/spt +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/bash -scrot -q 100 -ub '%Y-%m-%d-%H%M%S-sechacklabs.jpg' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/' diff --git a/sptc b/sptc deleted file mode 100755 index 68f27b5..0000000 --- a/sptc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/bash -scrot -q 100 -b '%Y-%m-%d-%H%M%S-sechacklabs.jpg' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/' diff --git a/vimrc b/vimrc deleted file mode 100644 index a57977b..0000000 --- a/vimrc +++ /dev/null @@ -1,28 +0,0 @@ -" Vim configuration file - -syntax on -set guifont=Monospace\ Bold\ 12 -colors gruvbox -set background=dark - -" Uncomment the following to have Vim jump to the last position when -" reopening a file -if has("autocmd") - au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe -"normal! g'\"" | endif -endif - -" Uncomment the following to have Vim load indentation rules and plugins -" according to the detected filetype. -if has("autocmd") - filetype plugin indent on -endif - -set showmatch -"set mouse=a -set tabstop=4 -set shiftwidth=4 -set smartindent -set autoindent -set cindent -"set mouse=a