https://github.com/j-min/dotfiles
my dotfile configurations
https://github.com/j-min/dotfiles
dotfiles jupyter tmux vim zsh
Last synced: about 1 year ago
JSON representation
my dotfile configurations
- Host: GitHub
- URL: https://github.com/j-min/dotfiles
- Owner: j-min
- Created: 2017-03-17T07:49:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T19:49:34.000Z (about 2 years ago)
- Last Synced: 2024-06-03T22:46:58.874Z (about 2 years ago)
- Topics: dotfiles, jupyter, tmux, vim, zsh
- Language: Shell
- Size: 114 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Personal dotfile configurations
## Initial Dotfile Configurations
```
echo ".dotfiles" >> .gitignore
git clone --bare https://github.com/j-min/dotfiles $HOME/.dotfiles
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dot checkout
bash .install.sh
```