dotfiles/README.md
2022-06-25 08:50:28 -04:00

26 lines
799 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TODO: Figure out sbcl/quicklisp auto install
# Fresh slackware install
1. notes go here
2. install bpopkg
- `wget https://github.com/sbopkg/sbopkg/releases/download/0.38.2/sbopkg-0.38.2-noarch-1_wsr.tgz`
- `installpkg sbopkg-0.38.2-noarch-1_wsr.tgz`
stow .vim
stow .local
if not /usr/local/bin/python3, symlink from /usr/bin
same with: fish, bash, sh,
add .local/bin to path
todo: configure users with ansible
todo: setup omf in a way that makes sense
todo: rsync
todo: move vimwiki out of this repo, configure so that home has a /wiki and a /blog folder respectively, which are their own repos

Notes on fish:
After stowing fish, should be good to run:
`curl -L https://get.oh-my.fish | fish`