From e2a0cf2a79b43f9f86b74270f3d96fe300687804 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 20 Jan 2024 12:31:58 -0500 Subject: Cleanup unused files and code. --- snips/aws/ami | 1 - snips/aws/id | 1 - snips/aws/ip | 1 - snips/aws/ip-pub | 1 - snips/aws/user-data | 1 - snips/bash_history | 7 ------- snips/docker-registry/all-repos | 2 -- snips/docker-registry/tags-for-repo | 1 - snips/keys | 1 - snips/mpdconf | 1 - snips/rtorrent.rc | 1 - snips/tmux.conf | 1 - snips/vimrc | 1 - 13 files changed, 20 deletions(-) delete mode 100644 snips/aws/ami delete mode 100644 snips/aws/id delete mode 100644 snips/aws/ip delete mode 100644 snips/aws/ip-pub delete mode 100644 snips/aws/user-data delete mode 100644 snips/bash_history delete mode 100644 snips/docker-registry/all-repos delete mode 100644 snips/docker-registry/tags-for-repo delete mode 120000 snips/keys delete mode 120000 snips/mpdconf delete mode 120000 snips/rtorrent.rc delete mode 120000 snips/tmux.conf delete mode 120000 snips/vimrc (limited to 'snips') diff --git a/snips/aws/ami b/snips/aws/ami deleted file mode 100644 index ca5dba9..0000000 --- a/snips/aws/ami +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/ami-id ; echo diff --git a/snips/aws/id b/snips/aws/id deleted file mode 100644 index 12c2147..0000000 --- a/snips/aws/id +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/instance-id ; echo diff --git a/snips/aws/ip b/snips/aws/ip deleted file mode 100644 index f7ea033..0000000 --- a/snips/aws/ip +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/local-ipv4 ; echo diff --git a/snips/aws/ip-pub b/snips/aws/ip-pub deleted file mode 100644 index 1852bb7..0000000 --- a/snips/aws/ip-pub +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/public-ipv4 ; echo diff --git a/snips/aws/user-data b/snips/aws/user-data deleted file mode 100644 index 3c33572..0000000 --- a/snips/aws/user-data +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/2009-04-04/user-data ; echo diff --git a/snips/bash_history b/snips/bash_history deleted file mode 100644 index a2dfbe7..0000000 --- a/snips/bash_history +++ /dev/null @@ -1,7 +0,0 @@ -if [ -n "$BASH" ] ; then - HISTFILE="$HOME/.bash_history" - HISTSIZE=10000 - HISTFILESIZE=10000 - shopt -s histappend - export PROMPT_COMMAND="set_my_title;history -a; history -c; history -r" -fi diff --git a/snips/docker-registry/all-repos b/snips/docker-registry/all-repos deleted file mode 100644 index 9a3ffa4..0000000 --- a/snips/docker-registry/all-repos +++ /dev/null @@ -1,2 +0,0 @@ -# export registry=https://my-registry.example.com -# curl -X GET $registry/v2/_catalog diff --git a/snips/docker-registry/tags-for-repo b/snips/docker-registry/tags-for-repo deleted file mode 100644 index f69420b..0000000 --- a/snips/docker-registry/tags-for-repo +++ /dev/null @@ -1 +0,0 @@ -# export repo=example ; curl -X GET $registry/v2/$repo/tags/list diff --git a/snips/keys b/snips/keys deleted file mode 120000 index b660cfb..0000000 --- a/snips/keys +++ /dev/null @@ -1 +0,0 @@ -../keys \ No newline at end of file diff --git a/snips/mpdconf b/snips/mpdconf deleted file mode 120000 index f3308d3..0000000 --- a/snips/mpdconf +++ /dev/null @@ -1 +0,0 @@ -../mpdconf \ No newline at end of file diff --git a/snips/rtorrent.rc b/snips/rtorrent.rc deleted file mode 120000 index 35dd860..0000000 --- a/snips/rtorrent.rc +++ /dev/null @@ -1 +0,0 @@ -../rtorrent.rc \ No newline at end of file diff --git a/snips/tmux.conf b/snips/tmux.conf deleted file mode 120000 index ae52063..0000000 --- a/snips/tmux.conf +++ /dev/null @@ -1 +0,0 @@ -../tmux/basic.conf \ No newline at end of file diff --git a/snips/vimrc b/snips/vimrc deleted file mode 120000 index 5615dc5..0000000 --- a/snips/vimrc +++ /dev/null @@ -1 +0,0 @@ -../vimrc \ No newline at end of file -- cgit v1.2.3