https://github.com/danitrod/.dotfiles
My dotfiles for macOS
https://github.com/danitrod/.dotfiles
dotfiles macos
Last synced: 3 months ago
JSON representation
My dotfiles for macOS
- Host: GitHub
- URL: https://github.com/danitrod/.dotfiles
- Owner: danitrod
- License: mit
- Created: 2021-02-25T01:01:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T13:26:43.000Z (3 months ago)
- Last Synced: 2026-04-14T15:26:15.243Z (3 months ago)
- Topics: dotfiles, macos
- Language: Lua
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
## Introduction
These are my dotfiles. The repo includes setup for installing runtimes, desktop applications, command line tools, themes and plugins I use.
To get started, clone this repo and all its submodules into your home folder and cd into it.
`git clone --recurse-submodules https://github.com/danitrod/.dotfiles /Users/$(whoami)/.dotfiles && cd /Users/$(whoami)/.dotfiles`
## Setting up
`sh setup.sh`
## Exporting
- `Brewfile`: `brew bundle dump --describe`
- VSCode extensions: `sh VSCode/export_extensions.sh`
## Notes on Neovim
- On the first run Packer will throw some errors as the plugins are not yet installed. Simply wait
for the installation, exit and enter nvim again.
- Use the command `TSInstall ` for each language that will be used.