System settings

start script:
  • script name: install_sys_settings.sh

  • e.g. : ./install_sys_settings.sh
file description:
  • .hosts : used for IP DNS
    • store in /etc/hosts
    • revise the loclahost name (first line of hosts)
  • .profile : YWT settings
    • including:
      • alias commands
      • PATH setting
    • sotre in ~/.profile
  • .bashrc : YWT non-logging bash settings
    • this script will automatically start ~/.profile
    • sotre in ~/.bashrc
  • .zshrc : YWT non-logging zsh settings
    • this script will automatically start ~/.profile
    • sotre in ~/.zshrc
  • .tmux.conf : YWT tmux setting
  • create_gnome_terminal_profile.sh : YWT create a gnome_terminal_profile
    • this script will be execuated in install_sys_settings.sh , and create a gnome_terminal_profile called YWT_Dracula

Vim settings

start script:
  • script name: install_vim.sh

  • e.g. : ./install_vimrc.sh
  • script name: set_vimrc.sh

  • e.g. : ./set_vimrc.sh
file descirption:
  • install_cscope.sh : install cscope
    • this script will be execuated in install_vimrc.sh
  • install_ctags.sh : install universal ctags
    • this script will be execuated in install_vimrc.sh
  • install_nodejs.sh : install nodejs for copilot.vim
    • this script will be execuated in install_vimrc.sh
  • .vimrc : vim setting file
    • store in ~/.vimrc
  • .vim/ : folder consist of vim colorscheme file
    • sotre in ~/.vim
  • lint_confg/.flake8 : lint file of python
    • sotre in ~/.config/lint_config/.flake8
  • lint_config/.pytlintrc : lint file of python
    • sotre in ~/.config/lint_config/.pytlintrc
after install operation:
  • :PlugInstall : install all pulg by vim-plug

BackupScripts:

file descirption:
  • rclone_check.sh : used for check difference between sorce and destination
    • store in ~/.local/bin/rclone_check.sh
  • rclone_remote_sync.sh : used to sync local data to specific remote drive
    • sotre in ~/.local/bin/rclone_remote_sync.sh

This repository include four dockerfiles:

tensorflow:latest-gpu-jupyterlab

OpenCV:4.2.0

OpenCV:4.2.0-dlib-face_rec-cuda

flask_YWT:dev-server