aboutsummaryrefslogtreecommitdiff
path: root/snips
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /snips
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'snips')
-rw-r--r--snips/aws/ami1
-rw-r--r--snips/aws/id1
-rw-r--r--snips/aws/ip1
-rw-r--r--snips/aws/ip-pub1
-rw-r--r--snips/aws/user-data1
-rw-r--r--snips/bash_history7
-rw-r--r--snips/docker-registry/all-repos2
-rw-r--r--snips/docker-registry/tags-for-repo1
l---------snips/keys1
l---------snips/mpdconf1
l---------snips/rtorrent.rc1
l---------snips/tmux.conf1
l---------snips/vimrc1
13 files changed, 0 insertions, 20 deletions
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