26 lines
799 B
Markdown
26 lines
799 B
Markdown
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`
|