Skip to content

Instantly share code, notes, and snippets.

@stephenamills
Last active August 10, 2024 09:14
Show Gist options
  • Save stephenamills/a61b3200c2e5016ab807831fba233b8d to your computer and use it in GitHub Desktop.
Save stephenamills/a61b3200c2e5016ab807831fba233b8d to your computer and use it in GitHub Desktop.
Create links to my dotfiles
ln -sf ~/projects/zsh/dotfiles/{.argc,.gitconfig,.gitignore.hushlogin,.zprofile,.zshrc,Brewfile,Gofile,Npmfile,Pythonfile,Rustfile} ~/
ln -f "$HOME/Library/Application Support/Code/User/keybindings.json" ~/projects/zsh/dotfiles/.vscode/keybindings.json
ln -f "$HOME/Library/Application Support/Code/User/settings.json" ~/projects/zsh/dotfiles/.vscode/settings.json
mkdir -p ~/.config/direnv
ln -f ~/projects/zsh/dotfiles/.config/direnv/direnv.toml ~/.config/direnv/direnv.toml
mkdir -p ~/.config/nix
ln -f ~/projects/zsh/dotfiles/.config/nix/nix.conf ~/.config/nix/nix.conf
ln -sf ~/projects/zsh/dotfiles/.colima/_templates/default.yaml ~/.colima/_templates/default.yaml
ln -sf ~/projects/zsh/dotfiles/.docker/config.json ~/.docker/config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment