https://github.com/changkun/dotfiles
personal development settings
https://github.com/changkun/dotfiles
development-environment dotfiles macos ubuntu-linux
Last synced: about 1 year ago
JSON representation
personal development settings
- Host: GitHub
- URL: https://github.com/changkun/dotfiles
- Owner: changkun
- License: mit
- Created: 2016-08-22T05:20:04.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T16:00:54.000Z (over 4 years ago)
- Last Synced: 2025-04-16T01:08:30.916Z (about 1 year ago)
- Topics: development-environment, dotfiles, macos, ubuntu-linux
- Language: Vim script
- Homepage: https://changkun.de/s/dotfiles
- Size: 201 KB
- Stars: 148
- Watchers: 12
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My personal **macOS** and **Linux** (Ubuntu distribution) system dotfiles and settings.
_Use it at your own risk._
- [macOS](./devices/mac.md)
- [Linux Ubuntu](./devices/ubuntu.md)
- [iPadOS](./devices/ipad.md)
- [iOS](./devices/iphone.md)
## Folder Policy
All code projects are managed in `~/dev`, common folders:
```sh
~/dev/changkun.de
~/dev/golang.design
~/dev/godev # golang.org repositories
~/dev/wild # code for temporary use
```
Managing multiple go versions:
```sh
~/goes/go # just an alias to an inused go version
~/goes/go1.17.1 # a specific version
```
## License
MIT | Copyright © 2016-2021 [Changkun Ou](https://changkun.de)