博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu 安装后要做的事情
阅读量:5735 次
发布时间:2019-06-18

本文共 884 字,大约阅读时间需要 2 分钟。

安装Source Code Pro字体

安装Emacs

sudo add-apt-repository ppa:ubuntu-elisp/ppasudo apt updatesudo apt install emacs-snapshot emacs-snapshot-el

编辑.emacs文件

(custom-set-variables '(blink-cursor-mode nil) '(inhibit-startup-screen t))(custom-set-faces '(default ((t (:family "Source Code Pro" :foundry "ADBE" :slant normal :weight semi-bold :height 98 :width normal)))))(add-to-list 'default-frame-alist '(fullscreen . maximized))(setq make-backup-files nil)  (setq-default indent-tabs-mode nil)

安装QQ

参考

安装Steam

在 安装Steam,然后

sudo apt install curl python-aptsudo dpkg -i steam_latest.deb

修改hosts:sudo emacs /etc/hosts

加上

23.50.18.229 steamcommunity.com

安装typora

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAEsudo add-apt-repository 'deb https://typora.io linux/'sudo apt-get updatesudo apt-get install typora

转载于:https://www.cnblogs.com/Canopus-wym/p/10376197.html

你可能感兴趣的文章
lvm讲解,磁盘故障小案例
查看>>
24.5 saltstack远程执行命令
查看>>
大快网站:如何选择正确的hadoop版本
查看>>
经过这5大阶段,你离Java程序员就不远了!
查看>>
Nginx配置文件相关操作
查看>>
IntelliJ IDEA 连接数据库详细过程
查看>>
thymeleaf 学习笔记-基础篇
查看>>
分享话题列表
查看>>
PHP-X开发扩展
查看>>
android学习笔记——onSaveInstanceState的使用
查看>>
Windows Server 2003下cwRsyncServer服务端与cwRsync客户端数据
查看>>
iOS 打包上传没有用到日历,但是提示需要在info.plist文件中加入NSCalendarsUsageDescription...
查看>>
工作中如何做好技术积累
查看>>
怎么用sysLinux做U盘双PE+DOS??
查看>>
Spring Transactional
查看>>
shell脚本实例
查看>>
我的友情链接
查看>>
Windows Phone 7 隔离存储空间资源管理器
查看>>
Oracle树形结构的sql语句
查看>>
Microsoft Excel 2000/2003修复工具
查看>>