https://github.com/gsy0911/dotfiles
dotfiles of @gsy0911
https://github.com/gsy0911/dotfiles
containers dotfiles macos python3 zsh
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:09:40.000Z (over 1 year ago)
- Last Synced: 2024-10-24T16:14:32.507Z (over 1 year 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
- [](https://github.com/gsy0911/dotfiles/commits/main)
- [](https://opensource.org/licenses/MIT)
- []()
- []()
- []()
- []()
- []()
dotfiles of @gsy0911.
The repository-references is [here](./REFERENCES.md).
# initial-setup
Initial set up is [here](./INITIAL_SETTING.md).
# setup
```shell
# new installation
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
# install required packages via nix
$ task nix
```
# 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
$ nvim --startuptime startuptime.log +q
@ 2025/02/08
137.421 000.020: --- NVIM STARTED ---
```
# XGD Base Directory
```shell
$ brew install --formula xdg-ninja
```