Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/royling/dotfiles
zsh + tmux + vim
https://github.com/royling/dotfiles
bashrc dotfiles gitconfig tmux-configs zshrc
Last synced: 28 days ago
JSON representation
zsh + tmux + vim
- Host: GitHub
- URL: https://github.com/royling/dotfiles
- Owner: royling
- Created: 2015-07-24T04:13:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T12:59:30.000Z (almost 4 years ago)
- Last Synced: 2023-03-25T01:36:42.240Z (over 1 year ago)
- Topics: bashrc, dotfiles, gitconfig, tmux-configs, zshrc
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles for OSX
===# How to use
1. Create symbolic links for `~/.bashrc` and `~/.tmux.conf`:
```sh
ln -s bashrc ~/.bashrc
ln -s tmux.conf ~/.tmux.conf
```1. Run `install.sh`
## iTerm
- [Snazzy](https://github.com/sindresorhus/iterm2-snazzy)
- Import general settings## tmux
- `.tmux.conf`: inspired by http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
- [Auto-start tmux in iTerm2](https://gist.github.com/royling/f32fe362a4e0a089b95277522acc9ec7)
```sh
# Add the below line into: Prefs->Profiles->General->Command/Send text at start
tmux new -A -s foo -n default
```## Starship: customize shell prompt
- Copy `starship.toml` to `~/.config/`
## VIM
- See [dotvim](https://github.com/royling/dotvim)
## ZSH (optional)
- Install [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- Use customized theme (_ys.zsh-theme_ in this repo)