/mydotfiles

My dotfiles

Primary LanguageVim Script

MYDOTFILES

Minimal coding to set up your linux working environment. Note SetUpLinuxOnRemote.sh assumes that it is run by a sudo user.

How it works

  1. Step 1: Download and execute autosetup script
wget -q https://raw.githubusercontent.com/tluquez/mydotfiles/main/SetUpLinuxOnRemote.sh -O SetUpLinuxOnRemote.sh && chmod +x SetUpLinuxOnRemote.sh; ./SetUpLinuxOnRemote.sh
  1. Step 2: There is no step 2. You should be done already :)

If you also want miniconda

wget -q https://raw.githubusercontent.com/tluquez/mydotfiles/main/SetUpLinuxOnRemote.sh -O SetUpLinuxOnRemote.sh && chmod +x SetUpLinuxOnRemote.sh; ./SetUpLinuxOnRemote.sh conda