Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/dotfiles
Alex's dotfiles
https://github.com/dreikanter/dotfiles
configuration development-environment dotfiles linux macos
Last synced: about 1 month ago
JSON representation
Alex's dotfiles
- Host: GitHub
- URL: https://github.com/dreikanter/dotfiles
- Owner: dreikanter
- Created: 2016-08-11T09:26:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T09:43:13.000Z (4 months ago)
- Last Synced: 2024-10-10T05:36:23.541Z (4 months ago)
- Topics: configuration, development-environment, dotfiles, linux, macos
- Language: Lua
- Homepage:
- Size: 607 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alex's dotfiles
Initial setup:
``` bash
git clone [email protected]:dreikanter/dotfiles.git ~/.dotfiles
bash ~/.dotfiles/install/all.sh
```Install homebrew packages:
```
brew bundle --file=~/.dotfiles/Brewfile
```## Setup tips
iTerm:
- Enable patched font: iTerm2 → Preferences → Profiles → Font
## Global hotkeys
- `Ctrl+Shift+N` – create new note.
- `Ctrl+Shift+L` – open the latest note.
- `Ctrl+Shift+T` – open the latest todo note.## Maintenance
Update `Brewfile`:
```
brew bundle dump --force --file=~/.dotfiles/Brewfile
```