Skip to content

0xDECAFC0FFEE/.setup

Repository files navigation

to set up a new computer:

  1. git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
  2. python3 ~/.setup/setup.py --disable-ssh

to set up a new computer (with ssh keys):

  1. git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
  2. python3 -m pip install -r ~/.setup/requirements.txt
  3. python3 ~/.setup/ssh/decrypt_ssh_folder.py
  4. python3 ~/.setup/setup.py

to setup for use in a computer with existing .ssh and .zshrc:

  1. fork .setup
  2. backup local .ssh folder and .zshrc file
  3. git clone git@github.com:0xDECAFC0FFEE/.setup.git ~/.setup --recursive
  4. update .setup/zshrc_src/.zshrc with personal .zshrc info
  5. python3 -m pip install -r ~/.setup/requirements.txt
  6. python3 ~/.setup/setup.py --overwrite-ssh # overwrites encryped ssh folder info - you won't need my encryped keys
  7. 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

Releases

No releases published

Packages

 
 
 

Contributors