Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-min/dotfiles
my dotfile configurations
https://github.com/j-min/dotfiles
dotfiles jupyter tmux vim zsh
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T19:49:34.000Z (7 months ago)
- Last Synced: 2024-06-03T22:46:58.874Z (7 months 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 checkoutbash .install.sh
```