From c4ca70d5bd72b7151684948c4e9904954491a2ea Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 6 Sep 2019 07:45:58 +0200 Subject: [PATCH] Remove exa add fdfind --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7a970c8..8f9cba6 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,10 @@ echo 'setxkbmap -layout "fr,fr" -variant bepo, -option "grp:shifts_toggle"' >> / . /home/etu/.bashrc echo "Installing some usefull softwares" -sudo apt install ripgrep exa git vim byobu vim-syntastic xclip -y +sudo apt install ripgrep fd-find git vim byobu vim-syntastic xclip -y + +echo "Adding some aliases" +sudo cat "alias fd='fdfind'" >> /root/.bashrc echo "Cloning git repository" git clone https://git.flavien.ovh/louis_royer/tp --depth 1