From a61bb1683ad458039f1b28f22129838ba45db3ec Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Nov 2021 13:47:36 +0900 Subject: INSTALL: add apt commands --- INSTALL.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index 8961aaa..db78a03 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -34,3 +34,34 @@ $ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com $ sudo atsutil databases -remove # Restart your machine. ``` + + + +Ubuntu (apt) + +``` +$ sudo apt install \ + alacritty \ + bash \ + bat \ + cmake \ + curl \ + emacs \ + fd-find \ + gcc \ + git \ + jq \ + keepassxc \ + neovim \ + pandoc \ + python \ + ripgrep \ + ruby \ + tmux \ + vim \ + zsh \ + ; + +$ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat" +$ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd" +``` -- cgit v1.2.3-70-g09d2