Environment Settings
Last updated:Jun.03, 2019 CST 19:36:30
Record them in case of someone (who?) broke my harddrive again.
The configuration repo is located at github.com:SilverBut/code_snippets:env_configs/
.
Work still in progress.
[toc]
Terminals
- Install
fish
and some plugins. If you want to know more plugins, read this- Install
oh-my-fish
:curl -L https://get.oh-my.fish | fish
- Install
fisher
:curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
- Install some plugins:
- Install
omf install spacefish
omf install https://github.com/jhillyerd/plugin-git
omf install vcs
fisher add jethrokuan/z
Editors
- Install
vim
and other things. Ensurevim
is higher than7.0
but all those configs only tested under 8.0.- Get the
vimrc
file from the configuration repo. - Run
vim
and it should automatically install all dependecies required. See here for more info.
- Get the
- Install
vscode
- Add to path. For macbook:
set -U fish_user_paths '/Applications/Visual Studio Code.app/Contents/Resources/app/bin' $fish_user_paths
- Add to path. For macbook:
Environments
- Install Rust and add to path:
set -U fish_user_paths $HOME/.cargo/bin $fish_user_paths
FROM :blog.iret.xyz | Author:blog.iret.xyz
钓鱼邮件指利用伪装的电邮,欺骗收件人将账号、口令等信息回复给指定的接收者;或引导收件人连接到特制的网页,这些网页通常会伪装成和真实网站一样,如银行或理财的网页,令登录者信以为真,输入信用卡或银行卡号码、账户名称及密码等而被盗取。 近几年的数据显示钓鱼邮件的数量…
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论