1.5 KiB
1.5 KiB
Utilities
The following are tools I generally install and are actively using.
My Scripts
These need to be pulled down and installed. This should be the first step.
$ git clone git@git.sr.ht:~eidolon/scripts
$ mkdir $HOME/bin
$ mkdir $HOME/.startup
$ cd scripts
$ ./install.sh
rxvt-unicode
Clone https://github.com/exg/rxvt-unicode and build from source. Note that the GitHub repository is a mirror of the CVS repository.
fzf
First, clone the fzf
repository:
$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
Then source the installation script:
$ source ~/.fzf/install
rustup
Visit the website and run the provided script. While the tools I install via Cargo are available elsewhere, I like having the Rust toolchain and being able to pull from Cargo.
btm (bottom)
$ cargo install bottom
delta
$ cargo install git-delta
exa
$ cargo install exa
fd
$ cargo install fd-find
rg (ripgrep)
$ cargo install ripgrep