Environment Settings

admin 2021年9月1日14:31:56评论90 views字数 1167阅读3分53秒阅读模式

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:
omf install spacefish
omf install https://github.com/jhillyerd/plugin-git
omf install vcs
fisher add jethrokuan/z

Editors

  • Install vim and other things. Ensure vim is higher than 7.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.
  • Install vscode
    • Add to path. For macbook: set -U fish_user_paths '/Applications/Visual Studio Code.app/Contents/Resources/app/bin' $fish_user_paths

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

相关推荐: 【真实案例】记一次钓鱼邮件的处置

钓鱼邮件指利用伪装的电邮,欺骗收件人将账号、口令等信息回复给指定的接收者;或引导收件人连接到特制的网页,这些网页通常会伪装成和真实网站一样,如银行或理财的网页,令登录者信以为真,输入信用卡或银行卡号码、账户名称及密码等而被盗取。 近几年的数据显示钓鱼邮件的数量…

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2021年9月1日14:31:56
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Environment Settingshttps://cn-sec.com/archives/499465.html

发表评论

匿名网友 填写信息