Skip to content

dfmgr/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7d2bfb Β· Jan 29, 2025
Apr 9, 2021
Mar 13, 2023
Sep 15, 2024
Aug 11, 2023
Jan 29, 2025
Aug 11, 2023
Jan 29, 2025
Apr 27, 2023
Aug 11, 2023
Jul 29, 2023
Apr 26, 2023
Aug 11, 2023
Aug 1, 2021
Jan 29, 2025
Aug 11, 2023
Aug 1, 2021
Jan 19, 2025
Jan 29, 2025

Repository files navigation

misc

misc is a terminal file manager written in Go

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/misc/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install curl wget lynx libao4 python3-pip python3-setuptools

Fedora Based:

yum install curl wget lynx libao python3-pip python3-setuptools

Arch Based:

pacman -S curl wget lynx libao python-pip python-setuptools

MacOS:

brew install curl wget lynx libao python-pip python-setuptools

PIP Packages:

sudo -H pip3 install --upgrade shodan ytmdl asciinema toot tootstream castero rainbowstream git+https://github.com/sixohsix/python-irclib
mv -fv "$HOME/.config/misc" "$HOME/.config/misc.bak"
git clone https://github.com/dfmgr/misc "$HOME/.config/misc"
  for f in Xresources curlrc wgetrc gntrc inputrc libao profile rpmmacros xscreensaver config/lynx/lynx.cfg config/lynx/lynx.lss config/xresources config/dunst; do
    ln_sf "$DOWNLOADED_TO/$f" "$HOME/.$f"
  done

misc wiki | misc site