cwlroda / random-scripts

Collection of useful general purpose scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scripts

Handy scripts/config files for annoying things in software development.

Config Files

Note: The config files have been heavily customized for my own use on Ubuntu 20.04 in WSL, and should only be used as a reference for customizing your own environment.

  1. .bashrc: Custom bashrc
  2. .bash_aliases: Custom bash aliases
  3. .bash_colors: Bash colors for colorising terminal output
  4. .clang-format: Custom clang configuration based on Google's style guide
  5. .condarc: Custom conda configuration
  6. cwlroda.bgptheme: Custom bash-git-prompt theme, used in conjunction with gitprompt.sh

Bash Scripts

  1. apt_backup.sh: Backup apt packages
  2. clean.sh: Clear cache for more storage space
  3. gitprompt.sh: Use custom bash-git-prompt layout in git repositories, used in conjuction with cwlroda.bgptheme
  4. install_cuda.sh: Install CUDA 10 and above without root privileges
  5. tf_cpp_install.sh: Install TensorFlow 1.x for C++

Python Scripts

  1. opencv.py: OpenCV test script
  2. tf.py: Tensorflow GPU test script
  3. pt.py: PyTorch GPU test script

About

Collection of useful general purpose scripts


Languages

Language:Shell 94.9%Language:Python 5.1%