Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created July 7, 2020 19:54
Show Gist options
  • Save xenophy/2e47421e98e499c41233d1161abc9445 to your computer and use it in GitHub Desktop.
Save xenophy/2e47421e98e499c41233d1161abc9445 to your computer and use it in GitHub Desktop.
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