This is only public so I can easily share it across machines. There is probably nothing of interest for you here ... or is there?
bash <(curl -fsSL https://raw.github.com/fortes/dotfiles/master/bootstrap.sh)
If for some reason, you don't have curl
installed (why?):
bash <(wget -qO- https://raw.github.com/fortes/dotfiles/master/bootstrap.sh)
You may need to add --no-check-certificate
for the wget
call, but that's kinda dangerous.
Once you've run setup, you'll still have to do the following manual steps:
-
Generate this machine's SSH keys:
ssh-keygen -t rsa -b 4096 -C "$(hostname)"
Then add the key into GitHub and wherever else
-
Add any additional ssh keys into
~/.ssh
-
Authorize your public keys on the new machine:
ssh-import-id gh:fortes
-
Add your favorite servers into
.ssh/config.local
-
Setup
.gitconfig.local
:[user] name = Your Name email = [email protected]
git update-index --skip-worktree ./symlinks/npmrc
To make changes in the future:
git update-index --no-skip-worktree ./symlinks/npmrc
TODO: Automate these steps.
- Install
kindlegen
from Amazon
- Depending on the machine, you may need
pavucontrol
in order to unmute your audio output via GUI. ** Alternatively, find the name of the desired output viapacmd list-sinks
then runpacmd set-default-sink $SINK_NAME
and make sure to unmute viapacmd set-sink-mute [name] 0
- None?
- Extensions should automatically sync and install
- Setup Smart Lock & PIN unlock
- Enable Linux
- Enable cloud storage for uBlock
- Better colorschemes
- Setup textlint