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.
- Host: GitHub
- URL: https://github.com/dangooddd/.dotfiles
- Owner: dangooddd
- License: mit
- Created: 2024-08-06T16:04:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-02T08:24:48.000Z (about 1 month ago)
- Last Synced: 2026-02-02T21:18:54.838Z (about 1 month ago)
- Topics: bash, dotfiles, fastfetch, nvim, tmux
- Language: Lua
- Homepage:
- Size: 18.9 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```