Repository files navigation to set up a new computer:
git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
python3 ~/.setup/setup.py --disable-ssh
to set up a new computer (with ssh keys):
git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
python3 -m pip install -r ~/.setup/requirements.txt
python3 ~/.setup/ssh/decrypt_ssh_folder.py
python3 ~/.setup/setup.py
to setup for use in a computer with existing .ssh and .zshrc:
fork .setup
backup local .ssh folder and .zshrc file
git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
update .setup/zshrc_src/.zshrc with personal .zshrc info
python3 -m pip install -r ~/.setup/requirements.txt
python3 ~/.setup/setup.py --overwrite-ssh # overwrites encryped ssh folder info - you won't need my encryped keys
cd ~/.setup && git add . && git commit -m "updated ssh & zshrc" && git push origin master
if terminal showing boxes/font weirdness, install MesloLGS NF Regular.ttf and change terminal font
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.