https://github.com/duncanmcclean/dotfiles
These are my Dotfiles.
https://github.com/duncanmcclean/dotfiles
dotbot dotfiles macos zsh
Last synced: 3 months ago
JSON representation
These are my Dotfiles.
- Host: GitHub
- URL: https://github.com/duncanmcclean/dotfiles
- Owner: duncanmcclean
- Created: 2018-09-14T18:25:03.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:53:34.000Z (3 months ago)
- Last Synced: 2025-03-16T08:02:05.713Z (3 months ago)
- Topics: dotbot, dotfiles, macos, zsh
- Language: Lua
- Homepage:
- Size: 29 MB
- Stars: 36
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Dotfiles
**👋 Hello, I'm Duncan and these are my Dotfiles.**
My Dotfiles serve as a crucial tool for me to maintain and manage the configuration of my computer. I try to keep everything nice & organised. You're more than welcome to take a look around and steal anything you want.
### Installation
- `git clone https://github.com/duncanmcclean/dotfiles.git ~/.dotfiles`
- `bash ~/.dotfiles/install`### What's being used
- **[Dotbot](https://github.com/anishathalye/dotbot)** for bootstrapping my dotfiles. Whenever I setup a new computer or wipe fresh, I only need to run a single Dotbot command to install software, create symlinks and configure stuff.
- **[Oh My Zsh](https://ohmyz.sh/)** is my shell.
- **[Hammerspoon](https://www.hammerspoon.org/)** for window management & keyboard shortcuts.
- **[Homebrew](https://brew.sh/)** for dependency management### Screenshots
#### iTerm & Oh My Zsh

- iTerm Theme: Lovelace
- Oh My Zsh Theme: `robbyrussell`
- Oh My Zsh Plugins:
- `git`
- `zsh-syntax-highlighting`### Inspiration
- [Jesse Leite's Dotfiles](https://github.com/jesseleite/dotfiles)
- [Jason Varga's Dotfiles](https://github.com/jasonvarga/dotfiles)
- [Dries Vints' Dotfiles](https://github.com/driesvints/dotfiles)