https://github.com/danielfrg/dotfiles
my dotfiles
https://github.com/danielfrg/dotfiles
dotfiles
Last synced: about 2 months ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/danielfrg/dotfiles
- Owner: danielfrg
- Created: 2023-04-07T06:56:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-10T16:01:51.000Z (2 months ago)
- Last Synced: 2026-04-10T18:05:45.342Z (2 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
> nvim, tmux, macOS defaults and brew bundle, etc.
New MacOS setup
```
# install Xcode Command Line Tools
xcode-select --install
# copy SSH key into ~/.ssh, then:
chmod 0600 ~/.ssh/id_ed25519
/usr/bin/ssh-add --apple-use-keychain ~/.ssh/id_ed25519
# install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# clone the dotfiles repo
git clone git@github.com:danielfrg/dotfiles.git ~/.dotfiles --recurse-submodules --remote-submodules
# install Brewfile
cd ~/.dotfiles/macos
brew bundle
# default macos settings
cd ~/.dotfiles/macos
./macos-defaults.sh
# reboot
sudo reboot
```
Link/stow files:
```terminal
just link
# or
stow -t $HOME home
```
Fonts:
```terminal
just fonts
```