Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djosix/.dots
My dotfiles for Linux and macOS
https://github.com/djosix/.dots
bash-script dotfiles makefile
Last synced: 2 months ago
JSON representation
My dotfiles for Linux and macOS
- Host: GitHub
- URL: https://github.com/djosix/.dots
- Owner: djosix
- Created: 2016-09-18T17:10:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:27:33.000Z (3 months ago)
- Last Synced: 2024-10-26T07:43:42.990Z (3 months ago)
- Topics: bash-script, dotfiles, makefile
- Language: Vim Script
- Homepage:
- Size: 480 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dotfiles for Linux and macOS
- Available targets: `make`
```
Select targets to run:bash Install bash config files
zsh Install zsh config files
vim Install vim config files
tmux Install tmux config filegit Setup name and email for Git
vim_plug Install plugins using Plug
dirs Create useful directoriesbase [bash, zsh, vim, tmux]
more [git, vim_plug, dirs]
all [base, more]update Discard and update
discard Discard changes in .dots
cleanup Remove backup files
```
- Quick install
```shell
cd
git clone https://github.com/djosix/.dots.git
cd .dots
make all
```