Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanmcclean/dotfiles
These are my Dotfiles.
https://github.com/duncanmcclean/dotfiles
dotbot dotfiles macos zsh
Last synced: 10 days ago
JSON representation
These are my Dotfiles.
- Host: GitHub
- URL: https://github.com/duncanmcclean/dotfiles
- Owner: duncanmcclean
- Created: 2018-09-14T18:25:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T08:34:00.000Z (about 2 months ago)
- Last Synced: 2024-10-14T10:49:00.930Z (23 days ago)
- Topics: dotbot, dotfiles, macos, zsh
- Language: Lua
- Homepage:
- Size: 28.9 MB
- Stars: 35
- 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 & Oh My Zsh](screenshots/iterm.png)
- 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)