https://github.com/jenkinsdev/dotfiles
https://github.com/jenkinsdev/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsdev/dotfiles
- Owner: JenkinsDev
- Created: 2017-05-24T16:38:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T14:28:02.000Z (about 1 year ago)
- Last Synced: 2025-07-13T05:39:10.692Z (12 months ago)
- Language: Shell
- Size: 14.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dotfiles
## Installation
**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
You can clone the repository wherever you want. The install script will pull in the latest version and copy the files to your home folder via rsync.
```bash
git clone https://github.com/JenkinsDev/dotfiles.git && cd dotfiles && source install.zsh
```
To update, `cd` into your local `dotfiles` repository and then `source install.sh`.
## Software Specific Settings/Keybindings
### Zsh
#### Files
* `~/.zsh_profile` - Used for settings that should not be stored in source control. (i.e: Some Env Vars, ...)
### tmux
* Default Shell: `zsh`
* Prefix: `C-t`
* Split Window Vertical: `C-t -`
* Split Window Horizontal: `C-t |`
* Change Pane (Left): `M-h`
* Change Pane (Right): `M-l`
* Change Pane (Down): `M-j`
* Change Pane (Up): `M-k`