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

https://github.com/andrewtavis/dotfiles

Configurations for my development environments
https://github.com/andrewtavis/dotfiles

config dotfiles git-config macos ubutnu zsh-config

Last synced: 3 months ago
JSON representation

Configurations for my development environments

Awesome Lists containing this project

README

        

# [dotfiles](https://github.com/andrewtavis/dotfiles)

[![license](https://img.shields.io/github/license/andrewtavis/dotfiles.svg?label=%20)](https://github.com/andrewtavis/dotfiles/blob/main/LICENSE.txt)

### Configurations for my development environments

This repo contains configuration files for my macOS and Ubuntu development environments.

> [!NOTE]
> There are some user specific settings included in these files. If you'd like to try out these configurations, please first check the code and personalize it for your needs.

## Installation

```bash
# Clone this repository to a local .dotfiles directory:
git clone https://github.com/andrewtavis/dotfiles.git $HOME/.dotfiles

# Navigate to .dotfiles, choose a config file and run the scripts:
cd $HOME/.dotfiles

cp config/cfg.macos.mk cfg.mk
# or
cp config/cfg.linux.mk cfg.mk

make
```

## References

View referenced projects

- [github:tymcauley/dotfiles](https://github.com/tymcauley/dotfiles)
- [github:mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)