Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slime-hatena/dotfiles
๐ฎใใใช็ฐๅขใงใไปไบใใฆใใพใ
https://github.com/slime-hatena/dotfiles
dotfiles fish git homebrew tmux
Last synced: 24 days ago
JSON representation
๐ฎใใใช็ฐๅขใงใไปไบใใฆใใพใ
- Host: GitHub
- URL: https://github.com/slime-hatena/dotfiles
- Owner: slime-hatena
- Created: 2020-09-18T08:02:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-24T04:04:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:03:35.037Z (8 months ago)
- Topics: dotfiles, fish, git, homebrew, tmux
- Language: Shell
- Homepage: https://git.io/dot-slime-hatena
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slime-hatena/dotfiles
[![Latest version](https://img.shields.io/github/v/release/slime-hatena/dotfiles?style=for-the-badge)](https://github.com/slime-hatena/dotfiles/releases/latest)
๐ฎใใใช็ฐๅขใงไฝๆฅญใใฆใใพใ
## Install (bash)
### main
```sh
/bin/bash -c "$(curl -fsSL https://git.io/dot-slime-hatena)"
```### develop
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Slime-hatena/dotfiles/develop/scripts/clone.sh) develop"
```## Install (Windows)
### main
```ps1
Invoke-WebRequest "https://raw.githubusercontent.com/slime-hatena/dotfiles/develop/windows/winget.ps1" -OutFile "C:\Windows\Temp\winget.ps1"
powershell -NoProfile -ExecutionPolicy Unrestricted "C:\Windows\Temp\winget.ps1"
```