- Description
- a file to control the speed of wheel in Linux
-
docker
-
zsh
-
the-silver-search
-
vim-plug
-
rust
- rust-install
- how to update version: rustup update nightly/stable
- just use
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
to install the rust
-
rust-analyzer
- first install the rust std library:
rustup component add rust-src
git clone https://github.com/rust-analyzer/rust-analyzer
to download the rust-analyzercd rust-analyzer
cargo xtask install --server
to build a binary to $HOME/.cargo/bin
- first install the rust std library:
-
ripgrep
- ripgrep github
- rg
- use
cargo install ripgrep
-
lsd
- lsd
- lsd
- use
cargo install lsd
-
zellij
- zellij
- Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer.
- use
cargo install zellij
-
dust & dua
-
delta
-
skim
-
ytop
- ytop
- use
cargo install ytop
-
rabbitmq
-
boost
-
install gcc 10
-
install gdb
- gdb release ftp
- wget https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.gz and tar zxvf & mkdir build & cd build
- ../configure --with-python= --prefix=
- make -j
- make install
-
install fish shell
- GitHub
- Oh-my-fish
- Theme:
- GitHub
- Bira
- emoji-powerline
-
Vim 8
- How to install with python interface:
- URL