摘要:
网站 https://www.pling.com/ 下载速度很慢,不过大多数具体的主题文件,都会在下载页面标识出github页面,可以直接去clone 新发现的一个主题 https://github.com/nana-4/materia-theme 先看美化的效果图 2021-12-15更新,关于s 阅读全文
摘要:
.vimrc vimrc上传到了gitee: https://gitee.com/feipeng8848/vim/blob/3e64205a1fe863c8fe428b7bb030c0e399907bc8/.vimrc# 本文内容也可去gitee查看: https://gitee.com/feipe 阅读全文
摘要:
外观 这个github上的项目提供了很多主题 https://iterm2colorschemes.com/ 亮色主题感觉还可以的几个: OneHalfLight、BuiltinLight、BlulocoLight、Materil、ProLight、Tango Half Adapted 下面截图是基 阅读全文
摘要:
当前开发环境中,无法把测试代码提交到仓库,所以单测另起一个目录 . ├── gtest │ ├── CMakeLists.txt # 这是最外层的cmake,用以管理所有内部的cmake │ └── sample_test # 这是sample_src对应的测试用例,该目录下有一个单独的cmake 阅读全文
摘要:
设置profile可以记录登录的目标 用sshpass可以指定密码 brew安装sshpass就可以 阅读全文
摘要:
示例代码 int main() { int* ptr = new int[10]; // 分配一个整型数组 return 0; } cmake编译的项目: target_compile_options(a.out PRIVATE -fsanitize=address -g) target_link_ 阅读全文
摘要:
首先设置为和内置键盘一样的行文 然后吧cap键映射为fn 最后把fn+hjkl映射为上下左右 以下是具体的映射代码: { "description": "Change fn+hjkl to arrow keys", "manipulators": [ { "from": { "key_code": 阅读全文
摘要:
从源代码编译安装的,虽然启动的gnome x11,但是贴图仍然没有生效,下面的配置文件不使用wayland之后正常使用(修改完成之后需要重启) 阅读全文
摘要:
 阅读全文
摘要:
https://github.com/zhullyb/dingtalk-for-fedora/blob/master/README_zh.md 用deb包转成rpm,然后用dnf安装rpm即可 dingtalk-for-fedora提供了如何转化,需要了解rpmrebuild如何使用 阅读全文