diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-28 13:47:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-28 19:03:44 +0900 |
| commit | a61bb1683ad458039f1b28f22129838ba45db3ec (patch) | |
| tree | 5d29eef9f4738cbefacdf64b7bd94db844ed046f | |
| parent | 5950cd6440114adcd82add6d13571701897aa7ae (diff) | |
| download | dotfiles-a61bb1683ad458039f1b28f22129838ba45db3ec.tar.gz dotfiles-a61bb1683ad458039f1b28f22129838ba45db3ec.tar.zst dotfiles-a61bb1683ad458039f1b28f22129838ba45db3ec.zip | |
INSTALL: add apt commands
| -rw-r--r-- | INSTALL.txt | 31 |
1 files changed, 31 insertions, 0 deletions
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" +``` |
