Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themichaelyang/dotfiles
there are many like it, but this one is mine.
https://github.com/themichaelyang/dotfiles
bashrc dotfiles gitconfig macos vimrc
Last synced: 2 months ago
JSON representation
there are many like it, but this one is mine.
- Host: GitHub
- URL: https://github.com/themichaelyang/dotfiles
- Owner: themichaelyang
- License: mit
- Created: 2017-06-21T23:52:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T05:07:30.000Z (about 1 year ago)
- Last Synced: 2024-03-19T03:21:11.496Z (10 months ago)
- Topics: bashrc, dotfiles, gitconfig, macos, vimrc
- Language: Vim Script
- Homepage:
- Size: 125 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ··· dotfiles ···
Here are some dotfiles for your bash, git, vim, tmux, and mac.
## Features
- neat bash prompt
- pretty nice vim setup (`jk` as `esc`, vim-plug, lightline)
- swell tmux keybindings (`ctrl+space` as prefix, shared clipboard w/ vim and macOS)
- great aliases (`down` to git root, `back` to last dir, `list` to list all files, `rm` disabled by default)
- awesome git setup (smart global gitignore, git completion, git aliases: `git pushme` to push current branch)
- slick Brewfile and script for easy mac setup
- rad install and symlink scripts for hassle free install
- cool custom jupyter notebook theme
- everything is commented and cleanly written (go wild)
- no powerline or zsh nonsense (runs everywhere)
- and much much more (what are you waiting for)## Installation
```
$ cd ~
$ git clone https://github.com/themichaelyang/dotfiles
```To start, set up symlinks:
```
$ cd ~/dotfiles
$ ./link.sh
```Want to reset your dotfiles? This script will remove all symlinked dotfiles (".*") in your home directory:
```
$ ./unlink.sh
```Add your own private dotfiles in:
`git/gitprivate` and `shell/bashprivate`. These are included and gitignored by default!