dotfiles/README.md

44 lines
667 B
Markdown
Raw Normal View History

2022-10-06 23:52:48 +09:00
# dotfiles
my dotfiles
# Environments
- Windows 11
- pwsh
- AHK macro
2023-03-14 16:23:32 +09:00
- wezterm
2022-10-06 23:52:48 +09:00
- etc
- Ubuntu 20.04 on WSL
- fish
2023-07-24 09:12:57 +09:00
- Arch/Manjaro
2022-10-06 23:52:48 +09:00
- fish
- tmux
- neovim
2023-07-24 09:12:57 +09:00
- keyboard config(xremap)
2023-03-14 16:23:32 +09:00
- wezterm
## extra
- okular
2022-10-06 23:52:48 +09:00
# Installing
## Windows
1. update winget (via MS store)
2. install Git for Windows via winget
3. install pwsh via winget
4. set execution policy
5. install [scoop](https://scoop.sh/) (see scoop website)
6. run `bin/install.ps1`
2023-07-24 09:12:57 +09:00
### note
* manual install lean
2022-10-06 23:52:48 +09:00
## Linux
1. install fish
2023-07-24 09:12:57 +09:00
2. run install.sh
2022-10-06 23:52:48 +09:00
# TODO
- Iron.nvim doesn't work for julia on Windows
- JET.nvim doesn't work on windows
2022-10-06 23:52:48 +09:00
- add rc files of Manjaro
- raspi dotfiles
2023-03-14 16:23:32 +09:00