https://github.com/jlehrer1/dotfiles
Files for my system. Includes things like aliases, custom commands, scripts, etc.
https://github.com/jlehrer1/dotfiles
dotfiles macos-dotfiles vim zsh
Last synced: 2 months ago
JSON representation
Files for my system. Includes things like aliases, custom commands, scripts, etc.
- Host: GitHub
- URL: https://github.com/jlehrer1/dotfiles
- Owner: jlehrer1
- Created: 2020-06-07T17:43:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:13:35.000Z (over 4 years ago)
- Last Synced: 2025-01-02T12:27:28.925Z (over 1 year ago)
- Topics: dotfiles, macos-dotfiles, vim, zsh
- Language: Shell
- Homepage:
- Size: 64.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Dotfiles
My configs, scripts, and functions for my MacOS setup.
These are personalized to my use, but hopefully there are some bits and pieces somewhere that are useful to you. Try digging around in `.custom/aliases` and `.custom/scripts/`.
## I use:
[Terminal.app](https://support.apple.com/guide/terminal/welcome/mac) as my terminal.
[ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) to manage my zsh config.
[tmux](https://github.com/tmux/tmux) as my terminal multiplexer.
[yadm](https://github.com/TheLocehiliosan/yadm) to manage my dotfiles.
[vim](https://github.com/vim/vim) as my text editor (although I admit I still use VSCode for many things), and
[vim-plug](https://github.com/junegunn/vim-plug) to manage vim plugins.
To install, run
```shell
brew install yadm
yadm clone https://github.com/jlehrer1/dotfiles
# restart the Terminal so that env variables can be accessed
exec zsh
# now run bootstrap
yadm bootstrap
```