https://github.com/drewbarontini/dotfiles
All of my system dotfiles.
https://github.com/drewbarontini/dotfiles
Last synced: 11 days ago
JSON representation
All of my system dotfiles.
- Host: GitHub
- URL: https://github.com/drewbarontini/dotfiles
- Owner: drewbarontini
- Created: 2013-05-27T22:24:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T13:24:53.000Z (20 days ago)
- Last Synced: 2025-03-25T14:30:06.496Z (20 days ago)
- Language: Python
- Homepage:
- Size: 18.2 MB
- Stars: 36
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-starred-test - drewbarontini/dotfiles - All of my system dotfiles. (Python)
README
# Dotfiles
My personal dotfiles covering a wide range of development and macOS settings.
```shell
git clone [email protected]:drewbarontini/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
``````shell
rake install # Install drewbarontini/dotfiles
rake install:cleanup # Clean up after installation
rake install:command_line_tools # Install XCode command line tools
rake install:gems # Install Ruby gems
rake install:git_submodules # Install git submodules
rake install:homebrew # Install Homebrew for managing dev packages
rake install:brewfile # Install Homebrew packages and Mac apps
rake install:macos_settings # Install custom macOS settings and configuration
rake install:npm_packages # Install NPM packages
rake install:nvm # Install NVM for managing Node versions
rake install:outliers # (INACTIVE) Install outlier applications
rake install:pow # (INACTIVE) Install Pow for Rails URLs in dev
rake install:rbenv # Install rbenv for managing Ruby versions
rake install:sublime_text_settings # (INACTIVE) Install Sublime Text settings
rake install:symlinks # Create symlinks
rake install:terminal_italics # Install Terminal italics
rake install:tmux_plugin_manager # Install tpm for managing Tmux plugins
rake install:visual_studio_code_settings # Install Visual Studio Code settings
rake install:vundle # Install Vundle for managing Vim plugins
rake update # Update drewbarontini/dotfiles
```