必备软件
linux软件:
https://imnxg.notion.site/Linux-10c8b8600cef8038a2a1f145d6d55c73?pvs=74
linux软件导航:
https://github.com/wchichih/Awesome-Linux-Software-zh_CN
https://czyt.tech/post/arch-awesome-software/
https://blog.zonowry.com/posts/install-hyprland-on-arch-and-simple-beautify
软件安装:
https://sonnycalcr.github.io/posts/cpp-coding-environment-configuration-linux-version/
安装kitty、fish、gcc、vscode、
Neovim
音乐播放器
nvm
paru -S nvm
安装全局环境
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc
You need to source nvm before you can use it. Do one of the following
or similar depending on your shell (and then restart your shell):
检查版本:nvm -v
安装node
nvm install v20.
安装截图软件
snipaste
paru -S snipaste
paru -S peek
Windows 上有一款神器 ➢GifCam,可以录制屏幕为 GIF 动图格式。在 Linux 上也有着类似的一款工具 Peek。界面非常简洁,大家直接上手使用即可。
办公软件
参考:https://arch.icekylin.online/app/common/communication.html
微信
paru -S wechat-uos-qt
paru -S linuxqq
wps
paru -S wps-office-cn wps-office-mui-zh-cn ttf-wps-fonts freetype2-wps
腾讯会议:
实现Linux Wayland下腾讯会议屏幕共享(非虚拟相机)
paru -S wemeet-bin
zy-player
paru -S zy-player-bin
浏览器
brave:
paru -S brave-bin
编程软件
vscode
paru -S oss code
idea
1.拉取
git clone https://aur.archlinux.org/intellij-idea-ultimate-edition.git
2.下载idea
https://www.jetbrains.com/idea/
3.将ideaIU-2024.2.2.tar.gz放到intellij-idea-ultimate-edition目录下
在intellij-idea-ultimate-edition目录下执行makepkg -si
No it has nothing to do with pamac. I will assume you are new to Arch? Here are the steps you need to follow: Find an empty folder. Open a terminal and cd to that empty folder. Run git clone https://aur.archlinux.org/intellij-idea-ultimate-edition.git. It should create a new folder named intellij-idea-ultimate-edition Download IntelliJ from Jetbrains' website. If you are on x86_64 then the download link is https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux. The downloaded file should be called ideaIU-2024.2.1.tar.gz. Move ideaIU-2024.2.1.tar.gz into the intellij-idea-ultimate-edition folder you created in step 1. Open a terminal and cd into that folder, then run makepkg -si. Follow the on-screen prompts to install IntelliJ
参考:https://www.reddit.com/r/archlinux/comments/1fguo9x/cant_install_intellij/
maven下载:
下载地址:https://maven.apache.org/download.cgi
位置:/home/catcat/software/maven/apache-maven-3.9.9
paru -S google-chrome
git配置
Host github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
User mynxg
Host xxx.github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_github_xxx
User xxx
# gitee
Host gitee.com #自己的码云地址
HostName gitee.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_gitee
User mynxg
Host xxx.gitee.com #自己的码云地址
HostName gitee.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_gitee_imynxg
User xxx
Host gitcode.net #gitcode
HostName gitcode.net
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519_gitcode_nxg
User nxg