qujihan / .dotfiles

my personal config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS

git clone https://github.com/qujihan/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
sudo make install # sudo python config.py --install 
sudo make uninstall # sudo python config.py --uninstall
./initscript/.macos --set

Windows

scoop install sudo
git clone https://github.com/qujihan/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
sudo make install # sudo python config.py --install 
sudo make uninstall # sudo python config.py --uninstall

Ubuntu

# export DOTFILE_DEBUG=true
export proxy_url="https://mirror.ghproxy.com"
export base_url="https://raw.githubusercontent.com/qujihan/.dotfiles/main"
export util_path="${HOME}/.config/shell"
mkdir -p ${util_path}
curl -Lo ${util_path}/utils.sh ${proxy_url}/${base_url}/initscript/ubuntu/utils.sh 
# git
curl ${proxy_url}/${base_url}/initscript/ubuntu/git.sh | bash

# shell
curl ${proxy_url}/${base_url}/initscript/ubuntu/shell.sh | bash

# tmux
curl ${proxy_url}/${base_url}/initscript/ubuntu/tmux.sh | bash
# delete backup file
rm *.backup-*

Font

  • FiraCode
    • brew install font-fira-code-nerd-font
    • scoop install nerd-fonts/FiraCode-NF-Mono
  • Cascadia Code
    • brew install font-cascadia-mono
    • scoop install nerd-fonts/CascadiaCode-NF-Mono

About

my personal config


Languages

Language:Shell 45.8%Language:Lua 45.4%Language:Python 5.4%Language:Makefile 1.7%Language:PowerShell 1.5%