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
- Host: GitHub
- URL: https://github.com/andrewtavis/dotfiles
- Owner: andrewtavis
- License: mit
- Created: 2024-06-17T22:05:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T22:59:08.000Z (4 months ago)
- Last Synced: 2025-02-09T23:27:14.897Z (4 months ago)
- Topics: config, dotfiles, git-config, macos, ubutnu, zsh-config
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [dotfiles](https://github.com/andrewtavis/dotfiles)
[](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/.dotfilescp config/cfg.macos.mk cfg.mk
# or
cp config/cfg.linux.mk cfg.mkmake
```## References
View referenced projects
- [github:tymcauley/dotfiles](https://github.com/tymcauley/dotfiles)
- [github:mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)