Create README.md
This commit is contained in:
parent
7d27f2164c
commit
ffd10f5dfe
1 changed files with 36 additions and 0 deletions
36
README.md
Normal file
36
README.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# dotfiles
|
||||
my dotfiles
|
||||
|
||||
# Environments
|
||||
- Windows 11
|
||||
- pwsh
|
||||
- AHK macro
|
||||
- etc
|
||||
- Ubuntu 20.04 on WSL
|
||||
- fish
|
||||
- Manjaro
|
||||
- fish
|
||||
- tmux
|
||||
- neovim
|
||||
|
||||
# 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
|
||||
- make install script for Linux
|
||||
- add rc files of Manjaro
|
||||
- neovim configs
|
||||
- lsp-config
|
||||
- visuals
|
||||
- termux dotfiles
|
||||
- raspi dotfiles
|
Loading…
Reference in a new issue