Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LumaKernel/dotfiles
⭐ My own world.
https://github.com/LumaKernel/dotfiles
dotfiles fish-shell linux macos neovim powershell tmux vim windows
Last synced: 3 months ago
JSON representation
⭐ My own world.
- Host: GitHub
- URL: https://github.com/LumaKernel/dotfiles
- Owner: LumaKernel
- Created: 2019-12-29T08:38:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T04:54:46.000Z (3 months ago)
- Last Synced: 2024-07-28T05:38:14.434Z (3 months ago)
- Topics: dotfiles, fish-shell, linux, macos, neovim, powershell, tmux, vim, windows
- Language: Shell
- Homepage:
- Size: 849 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - LumaKernel/dotfiles - ⭐ My own world. (Shell)
README
# dotfiles
## Windows
まず WSL からやる
### WSL
WSLのインストールは頑張る.
```bash
# 気合で git を準備,バージョンアップは後でやる
# GitHub ssh セットアップ : https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
cd ~
git clone [email protected]:LumaKernel/dotfiles
cd dotfiles
sudo ./install-wsl.sh
```### PowerShell
適当,スクリプトの破片にとどめて,いい感じにする
```powershell
iwr -useb https://get.scoop.sh | iex
scoop install git 7zip
# 気合
```# License
[Unlicense](https://unlicense.org/)
ただし,`README.md` がおいてあるところ以下はそれに従う.
ファイル内に注釈があるものもそれに従う.
あまり信用してはいけない# スクリーンショット
![image](https://user-images.githubusercontent.com/29811106/74127514-37f8bf00-4c1e-11ea-932c-2f6e15e44cd3.png)
![image](https://user-images.githubusercontent.com/29811106/73509583-f3517480-4422-11ea-979a-f62898945d96.png)
![image](https://user-images.githubusercontent.com/29811106/73509629-1c720500-4423-11ea-961b-47ff9c3391b4.png)