Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```