diff --git a/apps/docker.sh b/apps/docker.sh index 01b44b1..8c3b6c1 100755 --- a/apps/docker.sh +++ b/apps/docker.sh @@ -7,6 +7,8 @@ DIR=$(readlink -f $(dirname $0)) # install docker case "$PM" in apt) + # snap docker will intefere native docker.io, must be dealt with + sudo snap remove --purge docker sudo apt install -y docker.io docker-compose ! which pip3 && $ROOT/python/install.sh sudo pip3 install docker-compose @@ -25,6 +27,14 @@ sudo systemctl start docker # configuration sudo usermod -aG docker $USER +# completion +case "$DEFAULT_SHELL" in + fish) + curl -sLo $HOME/.config/fish/completions/docker.fish --create-dirs \ + 'https://github.com/docker/cli/raw/master/contrib/completion/fish/docker.fish' + ;; +esac + # set mirror if in-china && [[ -d /etc/docker ]]; then if [ -f /etc/docker/daemon.json ]; then diff --git a/deeplearning/install.sh b/deeplearning/install.sh index 424e15b..ca5db8d 100755 --- a/deeplearning/install.sh +++ b/deeplearning/install.sh @@ -9,11 +9,10 @@ $ROOT/python/install.sh # install deep learning tools case "$PM" in apt) - # cuda dependencies - sudo apt install linux-headers-$(uname -r) - + # cuda source /etc/lsb-release if [ "$DISTRIB_RELEASE" = "18.04" ] && [ "$(uname -m)" = 'x86_64' ]; then + sudo apt install linux-headers-$(uname -r) wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600 sudo apt-key adv --fetch-keys \ @@ -27,6 +26,8 @@ case "$PM" in echo 'Unsupported release' exit -1 fi + + # nvidia docker distribution=$(. /etc/os-release;echo $ID$VERSION_ID) curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | \ diff --git a/gui/install.sh b/gui/install.sh index d743be5..58e31ab 100755 --- a/gui/install.sh +++ b/gui/install.sh @@ -9,8 +9,7 @@ case "$PM" in # fonts sudo apt install \ fonts-cascadia-code \ - fonts-urw-base35 \ - fonts-droid-fallback \ + fonts-noto-cjk \ fonts-symbola \ gucharmap # network manager @@ -25,13 +24,11 @@ case "$PM" in fi ;; pacman) - # fonts, wqy-microhei is required for qt5.15 to display CJK character + # fonts sudo pacman -S --needed \ freetype2 \ - terminus-font \ ttf-cascadia-code \ - ttf-droid \ - wqy-microhei \ + noto-fonts-cjk \ gucharmap # install symbola for plain emojis(no-color) for st yay -S ttf-symbola-free diff --git a/gui/local.conf b/gui/local.conf index 52755de..638cc5f 100644 --- a/gui/local.conf +++ b/gui/local.conf @@ -3,11 +3,11 @@ serif - Droid Serif + Noto Serif CJK SC sans-serif - URW Gothic + Noto Sans CJK SC monospace diff --git a/nvim/config/init.vim b/nvim/config/init.vim index aee53b7..8b4d281 100644 --- a/nvim/config/init.vim +++ b/nvim/config/init.vim @@ -153,6 +153,10 @@ nnoremap gp :Gpush nnoremap gg :Gpull nnoremap gd :Gdiff nnoremap gb :Gblame +nnoremap gl :Glog +nnoremap gms :Gvdiffsplit! +nnoremap gmh :diffget //2 +nnoremap gml :diffget //3 " ==== ctrlp configuration ==== let g:ctrlp_user_command = ['.git', 'git ls-files -co --exclude-standard'] diff --git a/python/pip.conf b/python/pip.conf index 67ba8d9..da741b7 100644 --- a/python/pip.conf +++ b/python/pip.conf @@ -1,5 +1,3 @@ [global] -trusted-host = mirrors.aliyun.com index-url = https://mirrors.aliyun.com/pypi/simple #index-url = https://pypi.doubanio.com/simple -#trusted-host = pypi.doubanio.com diff --git a/suckless/config/dwm/dwmbar b/suckless/config/dwm/dwmbar index dd9ce55..27d7710 100755 --- a/suckless/config/dwm/dwmbar +++ b/suckless/config/dwm/dwmbar @@ -10,7 +10,7 @@ function update if which mpc set music (mpc) if string match -r playing "$music[2]" - set text $text "喇 $music[1]" + set text $text "🎥 $music[1]" end end # volume