摘要: https://gallery.technet.microsoft.com/scriptcenter #By BigTeddy 05 September 2011 #This script uses the .NET FileSystemWatcher class to monitor file e 阅读全文
posted @ 2020-08-05 14:03 fndefbwefsowpvqfx 阅读(296) 评论(0) 推荐(0) 编辑
摘要: build.sh clear && g++-10 a.cpp watch.sh clear && fswatch -0 --latency 0.2 --recursive --format "%f##%p" --event Updated -e ".*" -i ".*cpp$" ./ | xargs 阅读全文
posted @ 2020-08-05 11:31 fndefbwefsowpvqfx 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #配置文件 #/etc/profile #refresh env alias renv='source /etc/profile' alias venv="code /etc/profile" #enables color in the terminal bash shell export expo 阅读全文
posted @ 2020-08-05 11:27 fndefbwefsowpvqfx 阅读(173) 评论(0) 推荐(0) 编辑
摘要: ~/.config/terminator/config [global_config] focus = system suppress_multiple_term_dialog = True title_transmit_bg_color = "#CECECE" window_state = max 阅读全文
posted @ 2020-08-05 11:26 fndefbwefsowpvqfx 阅读(113) 评论(0) 推荐(0) 编辑
摘要: .tmux.conf #/Users/name/.tmux.conf # 命令前缀 C-b给vim用的 set -g prefix2 C-s set-option -g prefix C-a bind-key C-a last-window # 分割窗口 bind-key \ split-windo 阅读全文
posted @ 2020-08-05 11:24 fndefbwefsowpvqfx 阅读(174) 评论(0) 推荐(0) 编辑
摘要: ubuntu1804 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/18.04/ 1 source echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main res 阅读全文
posted @ 2020-08-05 11:06 fndefbwefsowpvqfx 阅读(192) 评论(0) 推荐(0) 编辑
摘要: snipaste copyq everything windowsTerminal vscode AHK https://github.com/zhongyang219/TrafficMonitor powerToys 阅读全文
posted @ 2020-08-05 10:52 fndefbwefsowpvqfx 阅读(154) 评论(0) 推荐(0) 编辑
摘要: wt `;-M `; -d D:\dir1\ `; split-pane -d D:\dir2\ `; split-pane -H -d D:\dir3\ wt --tabColor "#009999" --title "xyz" -d "C:\\aaa\\bbb\\ccc" 阅读全文
posted @ 2020-08-05 10:49 fndefbwefsowpvqfx 阅读(96) 评论(0) 推荐(0) 编辑
摘要: function Get-GitStatus { & git status } New-Alias -Name gs -Value Get-GitStatus -Force -Option AllScope function Get-GitGraph { & git log --graph --ab 阅读全文
posted @ 2020-08-05 10:48 fndefbwefsowpvqfx 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Start-Process powershell -verb runas -ArgumentList "-file c:\cmd\task.ps1" 开启多个tab,并分别调至不同path wt `; -M `; new-tab -d D:\path1\ `; new-tab -d D:\path2 阅读全文
posted @ 2020-08-05 10:46 fndefbwefsowpvqfx 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 查看当前的powershell 从哪里读配置$profilepowershell 每次启动前会读取 C:\Users\$name\Documents\PowerShell\Microsoft.PowerShell_profile.ps1在这文件里配置上alias等管理员身份打开powershell, 阅读全文
posted @ 2020-08-05 10:45 fndefbwefsowpvqfx 阅读(138) 评论(0) 推荐(0) 编辑