gitzhangzhao / dotfiles

dotfiles for xiaoxin 16 pro laptop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles, managed by GNU Stow

gif

install

manual install

oh-my-zsh nvim i3lock-color betterlockscreen v2raya docker

fonts

  • lxgw-wenkai for Chinese
  • source-han-sans for Chinese
  • sf mono for terminal
  • sf pro for polybar

theme

  • NordArc for GTK
  • breeze-cursor-theme for cursor
  • NordArc-Icons for icons

install scripts

  • stow_all: stow all dotfiles, include home/ and /etc/.
  • unstow_all: unstow all dotfiles, include home/ and /etc/.
  • stow: stow one app at a time.
  • unstow: unstow one app at a time.

v2raya

sudo docker run -d \
        --restart=always \
        --privileged \
        --network=host \
        --name v2raya \
        -v /lib/modules:/lib/modules \
        -v /etc/resolv.conf:/etc/resolv.conf \
        -v /etc/v2raya:/etc/v2raya \
        mzz2017/v2raya

About

dotfiles for xiaoxin 16 pro laptop


Languages

Language:CSS 49.3%Language:Shell 20.9%Language:Python 14.5%Language:Lua 9.8%Language:Perl 5.5%