Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsy0911/dotfiles
dotfiles of @gsy0911
https://github.com/gsy0911/dotfiles
containers dotfiles macos python3 zsh
Last synced: 23 days ago
JSON representation
dotfiles of @gsy0911
- Host: GitHub
- URL: https://github.com/gsy0911/dotfiles
- Owner: gsy0911
- License: mit
- Created: 2021-03-09T03:11:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:09:40.000Z (4 months ago)
- Last Synced: 2024-10-24T16:14:32.507Z (4 months ago)
- Topics: containers, dotfiles, macos, python3, zsh
- Language: Lua
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[![maintained](https://img.shields.io/maintenance/yes/2024?label=maintained)](https://github.com/gsy0911/dotfiles/commits/main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![macOS](https://img.shields.io/badge/macOS_Sonoma-14.4-green.svg)]()
[![zsh](https://img.shields.io/badge/shell-zsh-green.svg)]()dotfiles of @gsy0911.
The repository-references is [here](./REFERENCES.md).
# initial-setup
Initial set up is [here](./INITIAL_SETTING.md).
# setup
```shell
# install required packages via brew
$ task ansible
```# install
```shell
# create symbolic linc
# add .zshrc
$ task dotfile
```# check
```shell
$ time zsh -i -c exit
@ 2024/12/05
zsh -i -c exit 0.06s user 0.07s system 75% cpu 0.169 total
```