Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changkun/dotfiles
personal development settings
https://github.com/changkun/dotfiles
development-environment dotfiles macos ubuntu-linux
Last synced: 4 days 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T16:00:54.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T01:09:10.774Z (7 months ago)
- Topics: development-environment, dotfiles, macos, ubuntu-linux
- Language: Vim script
- Homepage: https://changkun.de/s/dotfiles
- Size: 201 KB
- Stars: 146
- Watchers: 13
- Forks: 25
- 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)