Skip to content

Instantly share code, notes, and snippets.

View zhaiyusci's full-sized avatar

Y. Zhai zhaiyusci

View GitHub Profile
@zhaiyusci
zhaiyusci / iupac_atomic_weights_2021.csv
Created July 10, 2024 11:50
ATOMIC WEIGHTS OF THE ELEMENTS 2021 Table 2 compiled into CSV format
AtNo Symbol Name AtWt_val AtWt_err
1 H Hydrogen 1.008 0.0
2 He Helium 4.002602 2.0e-6
3 Li Lithium 6.94 0.0
4 Be Beryllium 9.0121831 5.0e-7
5 B Boron 10.81 0.0
6 C Carbon 12.011 0.0
7 N Nitrogen 14.007 0.0
8 O Oxygen 15.999 0.0
9 F Fluorine 18.998403163 5.0e-9
  1. Install oh-my-zsh
    sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
  2. Clone necessary plugins.
    git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
    git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM}/plugins/zsh-history-substring-search
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM}/plugins/zsh-syntax-highlighting