https://github.com/mischief/dotfiles
my super cool dotfiles
https://github.com/mischief/dotfiles
Last synced: 4 months ago
JSON representation
my super cool dotfiles
- Host: GitHub
- URL: https://github.com/mischief/dotfiles
- Owner: mischief
- Created: 2012-07-31T08:00:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-12-26T00:19:56.000Z (6 months ago)
- Last Synced: 2026-01-26T13:49:24.862Z (5 months ago)
- Language: Shell
- Size: 1.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
## Unix
## handy packages
apt update && apt install -y tmux vim git make build-essential spectrwm htop
## getting dotfiles
git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/mischief/dotfiles.git &&
cd dotfiles/unix &&
make LN='ln -sf' install
## Plan 9
to download and install these files from github sans git on plan 9, do the following:
webfs; ramfs; cd /tmp
hget https://github.com/mischief/dotfiles/archive/master.tar.gz | gunzip | tar xz
cd dotfiles-master/plan9
mk install