dotfiles

My System Configurations

Stars
2

Configuration

Configuration to run on Ubuntu 22.04 to setup everything to get a working enviroment

How to

Ubuntu

  1. Download https://github.com/akhilerm/dotfiles/blob/main/bin/ubuntu_setup.sh
  2. make the script executable
    chmod +x ubuntu_setup.sh
    
  3. Run without sudo
    ./ubuntu_setup.sh
    

MacOS

  1. Download https://github.com/akhilerm/dotfiles/blob/main/bin/mac_setup.sh
  2. make the script executable
    chmod +x mac_setup.sh
    
  3. Run without sudo
    ./mac_setup.sh