https://github.com/ealeksandrov/dotfiles
Personal preferences
https://github.com/ealeksandrov/dotfiles
dotfiles macos shell
Last synced: about 1 year ago
JSON representation
Personal preferences
- Host: GitHub
- URL: https://github.com/ealeksandrov/dotfiles
- Owner: ealeksandrov
- License: mit
- Created: 2014-05-06T20:58:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T16:58:28.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:11:15.130Z (about 1 year ago)
- Topics: dotfiles, macos, shell
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
``` shell
git clone https://github.com/ealeksandrov/dotfiles.git && cd dotfiles
make setup
```
### Manual install
* `make macos`
* [Install Homebrew](http://brew.sh)
* For multi-user install add alias: `alias brew='sudo -Hu firstuser brew'`
* `brew bundle`
* `xattr -cr ~/Library/QuickLook/*.qlgenerator`
* `make symlink`
* `defaults write wang.jianing.app.OpenInTerminal-Lite LiteDefaultTerminal Ghostty`
* Install Xcode
* [Xcodes.app](https://github.com/RobotsAndPencils/XcodesApp)
* settings
* https://github.com/tonsky/FiraCode
* `brew install --cask font-fira-code`
* https://github.com/tonyarnold/XcodeThemes
* Show Xcode build time: `defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES`
## Author
Created and maintained by Evgeny Aleksandrov ([@ealeksandrov](http://twitter.com/ealeksandrov)).
Based on:
- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
- [gmarik/dotfiles](https://github.com/gmarik/dotfiles)
- [atomantic/dotfiles](https://github.com/atomantic/dotfiles)
### License
MIT License. See the LICENSE file for more info.