Created
July 7, 2020 19:54
-
-
Save xenophy/2e47421e98e499c41233d1161abc9445 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnf group install "Development Tools" -y | |
cd ~ | |
git clone https://github.com/jhawthorn/fzy.git | |
cd fzy | |
make | |
sudo make install | |
sudo pip3 install percol | |
cd ~ | |
wget https://github.com/peco/peco/releases/download/v0.5.7/peco_linux_amd64.tar.gz | |
tar xavf peco_linux_amd64.tar.gz | |
sudo mv peco_linux_amd64/peco /usr/local/bin/ | |
cd ~ | |
rm -Rf peco_linux_amd64* | |
cd ~ | |
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf | |
~/.fzf/install | |
cd ~ | |
wget https://github.com/jingweno/ccat/releases/download/v1.1.0/linux-amd64-1.1.0.tar.gz | |
tar xzvf linux-amd64-1.1.0.tar.gz | |
sudo mv linux-amd64-1.1.0/ccat /usr/local/bin/ | |
rm linux-amd64-* -Rf | |
cd ~ | |
git clone https://github.com/b4b4r07/enhancd | |
echo "source ~/enhancd/init.sh" >> ~/.bashrc | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment