2022-09-03 11:53:06 +00:00
|
|
|
---
|
|
|
|
title: 常用软件
|
|
|
|
categories:
|
|
|
|
- Linux
|
2022-09-03 15:30:35 +00:00
|
|
|
keywords:
|
|
|
|
- Linux
|
|
|
|
- 软件
|
|
|
|
tags:
|
|
|
|
- 软件
|
2022-09-03 11:53:06 +00:00
|
|
|
date: 2022-09-03 19:15:32
|
|
|
|
---
|
|
|
|
|
2022-09-03 15:30:35 +00:00
|
|
|
# 必装
|
|
|
|
|
|
|
|
- 屏幕色温控制 [redshift](http://jonls.dk/redshift/)
|
|
|
|
- 文本编辑 [VS Code](https://code.visualstudio.com/)
|
|
|
|
- 文本编辑 [vim](https://www.vim.org/)
|
|
|
|
- 火狐浏览器 [Firefox](https://www.mozilla.org/zh-CN/firefox/browsers/)
|
|
|
|
- 版本控制 [git](https://git-scm.com/)
|
|
|
|
- 视频播放 [VLC](https://www.videolan.org/index.zh.html)
|
|
|
|
- 🐟 [fish-shell](https://fishshell.com/)
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
pacman -S git fish-shell firefox vlc epdfview
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
# 其它
|
2022-09-03 11:53:06 +00:00
|
|
|
|
2022-09-03 15:30:35 +00:00
|
|
|
- 视频录制 [OBS](https://obsproject.com/zh-cn/)
|
|
|
|
- 电子书管理 [Calibre](https://calibre-ebook.com/)
|
|
|
|
- PDF笔记软件 [Xournal++](https://xournalpp.github.io/)
|
|
|
|
- 轻量的PDF阅读器 [ePDFViewer](https://www.thinkpenguin.com/gnu-linux/epdfviewer)
|
|
|
|
- 基于Markdown的知识库 [Obsdian](https://obsidian.md/)
|
|
|
|
- 音频录制编辑 [Audacity](https://www.audacityteam.org/)
|
2022-09-03 16:01:44 +00:00
|
|
|
- Matroska视频文件工具 [MKVToolNix](https://mkvtoolnix.download/)
|
|
|
|
- CRT感觉的终端模拟器 [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term)
|