Dotfiles
I use this repository to prevent configuration drifts between my laptops. It contains scripts for installing programs and symlinking configuration
Install / Use
/learn @viccon/DotfilesREADME
Dotfiles
Introduction
I use these scripts to bootstrap new machines, install software and prevent configuration drifts between my personal laptop and the one I use at work.
Bootstrapping a new machine
Generate SSH keys, copy them, and add them to Github:
ssh-keygen -t rsa -b 4096 -f ~/.ssh/personal
pbcopy < ~/.ssh/personal.pub
ssh-keygen -t rsa -b 4096 -f ~/.ssh/work
pbcopy < ~/.ssh/work.pub
Run the bootstrap script to install and configure everything, and then restart the computer:
./bootstrap.sh
After the reboot, stow all configuration files:
stow -t ~ .
and then install node using volta:
volta install node
Lastly, make fzf work with CTRL + R:
$(brew --prefix)/opt/fzf/install
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
