Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.08 KB

Javier's installation script, for a fresh start in new machines

Pre-requirements

  • Set keyword language to English (US, with dead keys) to enable Spanish accent on a US keyboard.

  • Create new ssh and GPG keys and set them in github.

  • Install git and `make, execute the command below:

sudo apt-get install git make -y

  • Create personal and work folders on the user path:
mkdir ~/personal
mkdir ~/work
  • Clone my personal installation repo:

git clone [email protected]:McLargo/installation.git

  • Create a file in $HOME/.gitconfig. Manually configure with includeIf conditions. Sample in .gitconfig:

Makefile is your friend

  • Run make help to know which commands are available. Usually, for the first time, run make install.

Extra

Troubleshooting

Close the current session for zsh to be picked up as your default terminal. In case zsh is not starting in a new terminal