Last active
August 10, 2024 09:14
-
-
Save stephenamills/a61b3200c2e5016ab807831fba233b8d to your computer and use it in GitHub Desktop.
Create links to my dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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