tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
moved gitui to winget on windows
biscui.tech
2 years ago
37e99cb9
cc4d4892
+5
-3
1 changed file
expand all
collapse all
unified
split
README.md
+5
-3
README.md
···
6
6
2. Rust:
7
7
2.1. Windows: [Windows installer](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe)
8
8
2.2. Bash: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
9
9
-
3. Cargo installs `cargo install --locked dprint gitui eza`
10
10
-
4. marksman: https://github.com/artempyanykh/marksman/releases and move binary to ~/bin folder
11
11
-
5. winget: `winget install ajeetdsouza.zoxide junegunn.fzf`
9
9
+
3. marksman: https://github.com/artempyanykh/marksman/releases and move binary to ~/bin folder
10
10
+
4. Cargo:
11
11
+
- Linux: `cargo install --locked dprint gitui eza`;
12
12
+
- windows: `cargo install --locked dprint eza`
13
13
+
5. winget: `winget install ajeetdsouza.zoxide junegunn.fzf StephanDilly.gitui`