https://github.com/willneve/dotfiles
My Dotfiles + Setup Script
https://github.com/willneve/dotfiles
dotfiles setup setup-development-environment setup-script ubuntu
Last synced: 11 days ago
JSON representation
My Dotfiles + Setup Script
- Host: GitHub
- URL: https://github.com/willneve/dotfiles
- Owner: WillNeve
- Created: 2024-10-24T00:34:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:58:35.000Z (about 1 year ago)
- Last Synced: 2025-03-17T23:37:26.010Z (about 1 year ago)
- Topics: dotfiles, setup, setup-development-environment, setup-script, ubuntu
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Development configuration files for [willneve](github.com/willneve)
## Installation
Run `./install.sh` to create symlinks to home directory
## Manual symlinks
```bash
ln -s ~/code/dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/code/dotfiles/zsh/.aliases ~/.aliases
ln -s ~/code/dotfiles/p10k/.p10k.zsh ~/.p10k.zsh
ln -s ~/code/dotfiles/git/.gitconfig ~/.gitconfig
ln -s ~/code/dotfiles/git/.gitignore_global ~/.gitignore
ln -s ~/code/dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/code/dotfiles/github/config.yml ~/.config/gh/config.yml
ln -s ~/code/dotfiles/github/hosts.yml ~/.config/gh/hosts.yml
ln -s ~/code/dotfiles/ghostty/config ~/Library/Application\ Support/com.mitchellh.ghostty/config
ln -s ~/code/dotfiles/neofetch/config.conf ~/.config/neofetch/config.conf
ln -s ~/code/dotfiles/htop/htoprc ~/.config/htop/htoprc
ln -s ~/code/dotfiles/opencode.json ~/code/work/fyxer/landing-pages/opencode.json
```