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

https://github.com/dangooddd/.dotfiles

Set of configuration files for tools I use.
https://github.com/dangooddd/.dotfiles

bash dotfiles fastfetch nvim tmux

Last synced: about 1 month ago
JSON representation

Set of configuration files for tools I use.

Awesome Lists containing this project

README

          

# **dangooddd's** linux dotfiles

> Set of configuration files for tools I use.

## Installation

Clone repository:

```sh
git clone https://github.com/dangooddd/.dotfiles.git "$HOME"/.dotfiles
```

Install dotfiles:

```sh
cd "$HOME"/.dotfiles
make
```

Install packages:
```sh
# make macos - for macos
# make dev - for linux dev packages (remote development)
make arch
```