Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvwrence/dotfiles
shell, vim, git, brew config files and other stuff
https://github.com/lvwrence/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
shell, vim, git, brew config files and other stuff
- Host: GitHub
- URL: https://github.com/lvwrence/dotfiles
- Owner: lvwrence
- Created: 2016-01-26T08:05:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T23:44:48.000Z (about 1 year ago)
- Last Synced: 2024-08-09T13:17:56.505Z (5 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 150 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
shell, vim, git, brew config files and other stuff# installation
`git clone https://github.com/lvwrence/dotfiles.git ~/dotfiles`## brew, cask
`cd ~/dotfiles && ./Brewfile && ./Caskfile`## install zsh and config
`chsh -s /bin/zsh`
`ln -s ~/dotfiles/zshrc ~/.zshrc`## install powerline fonts
`./fonts.sh` + choose a patched font in iterm
## install tmux config
`ln -s ~/dotfiles/tmux/tmux.conf ~/.tmux.conf``git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
`tmux` + `C-a + I`
## install git config and hooks
`ln -s ~/dotfiles/git/gitconfig ~/.gitconfig`## install vim config
`ln -s ~/dotfiles/vim/vimrc ~/.config/nvim/init.vim``vim +PlugInstall +qall`
## install seth config
`ln -s ~/dotfiles/sethrc ~/.sethrc`