From e8b7d374cd24325a320015cf2203f6c617560753 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 14 Oct 2022 11:50:26 +0200 Subject: [PATCH] Remove unused stuff --- .bin/passgen | 4 ---- .bin/rankmirrors-personal-pref | 5 ----- .config/starship.toml | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 .bin/passgen delete mode 100755 .bin/rankmirrors-personal-pref diff --git a/.bin/passgen b/.bin/passgen deleted file mode 100755 index 1fb6fd4..0000000 --- a/.bin/passgen +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh - -xkcdpass_res=$(xkcdpass --numwords=13 --case=capitalize) -echo ${xkcdpass_res} diff --git a/.bin/rankmirrors-personal-pref b/.bin/rankmirrors-personal-pref deleted file mode 100755 index cb93aea..0000000 --- a/.bin/rankmirrors-personal-pref +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/env sh - -echo "#Server = https://archive.archlinux.org/repos/$(date +"%Y/%m/%d")/\$repo/os/\$arch" - -curl -Ls "https://archlinux.org/mirrorlist/?country=AT&country=BE&country=CZ&country=DK&country=FI&country=FR&country=DE&country=IT&country=LU&country=NL&country=PL&protocol=https&ip_version=4" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors diff --git a/.config/starship.toml b/.config/starship.toml index 7f1a8e1..572744b 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,7 +1,7 @@ format = """ $time\ [](bg:purple fg:blue)\ -$sudo$username$hostname$docker_context$python\ +$username$hostname$docker_context$python\ [](bg:green fg:purple)\ $directory\ [](bg:red fg:green)\