dotfiles/README.md

55 lines
984 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
2024-06-25 19:36:59 +09:00
- Arch
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
2024-06-25 19:36:59 +09:00
- Ubuntu 22.04 on WSL
- fish
- Termux
2023-03-14 16:23:32 +09:00
## extra
2024-06-25 19:36:59 +09:00
- qpdfview
2023-03-14 16:23:32 +09:00
- 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
2024-06-25 19:36:59 +09:00
* manually install lean
2023-07-24 09:12:57 +09:00
2022-10-06 23:52:48 +09:00
## Linux
2024-06-25 19:36:59 +09:00
1. run install.sh
# Neovim
## Julia
### Initial setup
- `./bin/neovim/setup_julials.jl` to set up environment with LanguageServer.jl
<!-- - Edit `init.lua` not to use sysimage and edit some julia code -->
- `./bin/neovim/update_julials.jl` to generate sysimage for faster startup time
Edit `init.lua` to change arguments for julials.
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