Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slime-hatena/dotfiles

๐Ÿฎใ“ใ‚“ใช็’ฐๅขƒใงใŠไป•ไบ‹ใ—ใฆใ„ใพใ™
https://github.com/slime-hatena/dotfiles

dotfiles fish git homebrew tmux

Last synced: 24 days ago
JSON representation

๐Ÿฎใ“ใ‚“ใช็’ฐๅขƒใงใŠไป•ไบ‹ใ—ใฆใ„ใพใ™

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"
```