noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: ae41f38fd75ffb8a22eb9458031549b1e06aebbe
parent: f3f5e2fa94c4d0268cb9bdabfb4d19f01b1cf9dc
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 22 Jul 2022 19:23:34 +0200
remove irrelevant dotfiles page
Dnoxz.tech/dotfiles/.assemble1-
Dnoxz.tech/dotfiles/index.www164--------------------
Dnoxz.tech/dotfiles/selected_scripts/.assemble1-
Dnoxz.tech/dotfiles/selected_scripts/index.www15--
4 files changed, 181 deletions(-)
diff --git a/noxz.tech/dotfiles/.assemble b/noxz.tech/dotfiles/.assemble
@@ -1 +0,0 @@
-index.html
diff --git a/noxz.tech/dotfiles/index.www b/noxz.tech/dotfiles/index.www
@@ -1,164 +0,0 @@
-.HnS 0
-Dotfiles (outdated, see source for now)
-.HnE
-
-I've written a little tool to manage my dotfiles, in a way that it symlinks
-everything to where it should be. As I use patched versions of
-.ICD st
-and
-.ICD dwm
-some parts of my dotfiles doesn't make sense if you don't use my versions of
-.ICD st
-and
-.ICD dwm ,
-but they are not prerequisites.
-
-.HnS 1
-Containers
-.HnE
-
-I store my dotfiles in containers for each category of dotfiles, and each
-container can be seen as their own representation of
-.ICD $HOME .
-There is for example one container called
-.I vim
-containing everything that has to do with vim and so on.
-
-.HnS 1
-Components
-.HnE
-
-.DLS
-.LI link:
-installer and uninstaller for the
-.I dotfiles .
-
-.LI bin:
-scripts and programs that will be included in
-.ICD $PATH .
-
-.LI bin/.bin/alias:
-scripts that will be sourced as functions instead of
-using aliases, as I find it simpler to maintain each 'alias' as it's own file.
-
-.LI .exclude: dotfiles that are global to the root and that won't get
-symlinked into 
-.ICD $HOME .
-
-.LI ksh:
-KornShell is quite central to my dotfiles and contains functions
-that require
-.ICD bin
-and
-.ICD bin/.bin/alias
-to be installed.
-.ICD .kshrc
-is called
-when KornShell starts and then sources every
-.ICD .sh
-in
-.ICD .kshrc.d .
-.DLE
-
-.HnS 2
-other containers
-.HnE
-
-.ULS
-.LI
-cdm
-
-.LI
-git
-
-.LI
-input
-
-.LI
-mbsync
-
-.LI
-mpv
-
-.LI
-msmtp
-
-.LI
-mutt
-
-.LI
-newsboat
-
-.LI
-ssh
-
-.LI
-surf
-
-.LI
-sxhkd
-
-.LI
-sxiv
-
-.LI
-themes
-
-.LI
-tmux
-
-.LI
-vifm
-
-.LI
-vim
-
-.LI
-vimb
-
-.LI
-x
-.ULE
-
-
-
-.HnS 1
-Prerequisites
-.HnE
-
-I haven't actively integrated any dependency checks in any dotfile so if you
-use my dotfiles keep in mind that it might break stuff, and you might need to
-install extra software to make it work. If you find any such issues feel free
-to report them to me, and I might fix them.
-
-Oh, and I use ksh (loksh). That is kind of a prerequisite...
-
-.HnS 1
-Installation
-.HnE
-
-Installation is pretty simple. Just clone and install:
-
-.CDS
-.COS
-git clone https://noxz.tech/git/dotfiles.git
-cd dotfiles
-# optionally: mv dotfiles .dotfiles && cd .dotfiles
-./link install all
-.COE
-.CDE
-
-Except for installing
-.I all
-you can tell
-.ICD link
-to install just the container
-for vim
-.ICD "./link install vim"
-and so on. To remove a container simply
-.ICD "./link remove vim" ,
-or show status using
-.ICD "./link status vim" .
-
-get source
-.URL "//noxz.tech/git/dotfiles.git" "here" .
diff --git a/noxz.tech/dotfiles/selected_scripts/.assemble b/noxz.tech/dotfiles/selected_scripts/.assemble
@@ -1 +0,0 @@
-index.html
diff --git a/noxz.tech/dotfiles/selected_scripts/index.www b/noxz.tech/dotfiles/selected_scripts/index.www
@@ -1,15 +0,0 @@
-.HnS 0
-Selected scripts
-.HnE
-
-This page contains scripts from my dotfiles that I feel deserve extra mention.
-
-.DLS
-.LI mpvc
-is partly a controller script and partly a socket daemon for mpv. By
-symlinking mpvc to mpvd the script acts as the socket daemon. Mpvc featers
-playback and audio controls as well as playlist functionalities using both
-dmenu and fzf. For the directory playlist feature to work exiftool is required.
-This feature makes it possible to load a directory into a temporary playlist
-where exiftool extracts track data from individual files.
-.DLE