dotfiles/README.md

45 lines
742 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
- Manjaro
- fish
- tmux
- neovim
2023-02-23 11:07:26 +09:00
- x11 keyboard config
2023-03-14 16:23:32 +09:00
- alacritty
- 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`
## Linux
1. install fish
2. run install.fish
# TODO
- Iron.nvim doesn't work for julia on Windows
- JET.nvim doesn't work on windows
- tree-sitter of lua doesn't work on windows
- checkhealth errors
2022-10-06 23:52:48 +09:00
- make install script for Linux
- add rc files of Manjaro
- raspi dotfiles
2023-03-14 16:23:32 +09:00