https://github.com/appleboiy/devenv
Personal Configurations & Setups
https://github.com/appleboiy/devenv
dev-environment dotfiles zshrc
Last synced: 7 months ago
JSON representation
Personal Configurations & Setups
- Host: GitHub
- URL: https://github.com/appleboiy/devenv
- Owner: AppleBoiy
- License: other
- Created: 2023-06-06T11:06:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T08:49:06.000Z (over 1 year ago)
- Last Synced: 2025-07-28T12:03:01.539Z (7 months ago)
- Topics: dev-environment, dotfiles, zshrc
- Language: Shell
- Homepage:
- Size: 35.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Ape's DEV-ENV Repository
My personal development environment
## Introduction
This is where I keep all the special settings and preferences for my coding environment. It's like my digital toolbox! Inside, you'll find settings for tools like Neovim, the shell (like `.bashrc` and `.zshrc`), and other files that make my development setup work just right. These settings are made to fit my needs and how I like to work.
## Installation
```shell
git clone git@github.com:Appleboiy/devenv.git ~/.devenv
```
## Backup
```shell
# replace with your os "macos" or "ubuntu"
make backup os=
```
### Other configurations
for other configurations, please check out:
- [Neovim](https://github.com/AppleBoiy/nvim)
- [bits/stdc++.h](https://gist.github.com/AppleBoiy/d876b6e31320b703f13e5f3f222fb9ae)
---
Get help: [Contact me](mailto:contact.chaipat@gmail.com) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 AppleBoiy • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://choosealicense.com/licenses/mit/)