Skip to content

Instantly share code, notes, and snippets.

View jzztf's full-sized avatar
🏠
Working from home

jzztf

🏠
Working from home
View GitHub Profile
@jzztf
jzztf / dotvimrc
Created April 6, 2019 06:08
dotvimrc of jzztf
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@jzztf
jzztf / git-credential.md
Created April 20, 2019 00:56
Configure Git Credentials
@jzztf
jzztf / xiaoetong.md
Created April 20, 2019 07:49
xiaoetong

Your time is limited,so don't waste it living someone else's life.

@jzztf
jzztf / .conkyrc
Last active May 12, 2019 04:35
update battery and temperature
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
conky.config = {
alignment = 'top_right',
background = false,
border_width = 0.5,
cpu_avg_samples = 4,
default_color = 'white',
default_outline_color = 'grey',
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jzztf
jzztf / commands.md
Created May 26, 2019 23:09
use jupyter notebook of server
  1. use jupyter notebook of server

ssh -L 8000:localhost:8888 ubuntu@********

@jzztf
jzztf / linux如何去掉目录背景颜色.md
Created September 27, 2019 07:31
linux如何去掉目录背景颜色

原文链接:https://blog.csdn.net/weixin_41010198/article/details/88816329

linux如何去掉目录背景颜色

由于用户权限的问题,文件夹在“ls”命令下,看起来很不美观

# 01表示改成粗体,34表示蓝色
echo "OTHER_WRITABLE 01;34" >> $HOME/.dir_colors
# 将以下命令加入‘.bashrc’或‘.zshrc’
@jzztf
jzztf / profiles.json
Created September 27, 2019 07:48
windows10 Terminal Preview profiles.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"initialCols": 80,
"initialRows": 20,
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true