Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 file

git Setup name and email for Git
vim_plug Install plugins using Plug
dirs Create useful directories

base [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
```