惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - victl

spatialie运行出错的解决办法 gnupg的使用 KDE5 Plasma日常软件使用心得[常更常新] 终于忍不了xfce的界面,换成kde吧,超极酷!相信每个人都会爱上它的! 小米随身wifi到手,准备开搞当个ap给linux共享wifi上网! zsh会读取的配置文件 类苹果DOCK,cairo-dock++gvfs文件管理 图形实用工具grsync gparted programming 词典:goldendict 安装网络相关工具 若干大件:libreoffice, jdk, calibre 一些字体(来源:archlinuxcn) 解决archlinuxcn的keyring问题 安装fcitx输入中文 video inkscape digikam wqy-zenhei, firefox-i18n-zh-cn, flashplugin, wqy-microhei ttf-arphic-ukai ttf-arphic-uming file-roller unrar zip unzip p7zip arj etc makethe 'locate' available to the system. Configuring LAMP
Configuring Zsh
victl · 2015-05-12 · via 博客园 - victl
$ yaourt -S zsh aur/oh-my-zsh-git

Run for the first time, zsh will prompt for configuration. Just ignore it, because we could use oh-my-zsh to help later.

$ zsh

Here is how oh-my-zsh to comes to help:

$ cp /usr/share/oh-my-zsh/zshrc ~/.zshrc
$ chsh -s $(which zsh)