From 39180b0ada065e738c893929b94a6a2c2a4b2214 Mon Sep 17 00:00:00 2001 From: angrygoats Date: Mon, 28 May 2018 13:22:47 -0700 Subject: [PATCH 1/5] Delete wireshark recent files and add to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a4fecfc..3c2b407 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,8 @@ dotfiles/config/yarn dotfiles/emacs.d/network-security.data dotfiles/emacs.d/recentf + +# Wireshark temporary files +dotfiles/config/wireshark/recent +dotfiles/config/wireshark/dfilters +dotfiles/config/wireshark/recent_common From bf98cb1ef36abf715ab7948955727fd933b5b5c0 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 28 May 2018 13:25:11 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/README.md b/README.md index 516d6a5..7216541 100644 --- a/README.md +++ b/README.md @@ -17,60 +17,3 @@ The directory structure is as follows: Take care with the dotfiles. My configurations change the terminal colors to be solarized dark. If you do not like them they can be easily changed in the Xresources dotfile. - -# Issues - -There are of course a things that aren't covered (yet). - -1. Thinkpad T440s function keys don't work (in the works) -2. Thinkpad T440s mousepad right-click and gestures do not work -3. No automated way to setup locker -4. No automated way to setup suspend on lid close -5. No chef script to do everything for you -6. Rustc - local libs aren't initially visible - 1. Rustc requires you to manually enter sudo ldconfig /usr/local/lib once so that it can find its libraries - -# Software To Install - -Below is a not a comprehensive list of software you should install and configure. The *install_packages.sh* script is -a work in progress that will get the system up and running with everything I am using. - - -## Package Management -1. Yaourt - -## Wallpaper -1. Feh - -In order to install wallpapers properly, the xinitrc in this repository includes a line to start a task in the -background to show the wallpaper. If you use sh instead of zsh, change it appropriately. - -## Terminal -1. rxvt-unicode-256color - -## Display -1. xorg -2. xorg-xinit -3. i3 - -## Screen Locking -1. Physlock - -## Fonts -1. infinality-bundle -2. ibfonts-meta-base -3. ttf-inconsolata (for the terminal) - -## Mousepad -1. Synaptic - -## Editing -1. GVim - -## Browsing -1. Google Chrome - - -# Neovim Configuration Notes - -1. Make sure to run `:GoInstallBinaries` if you want to use `vim-go`. Make sure Go and `$GOPATH` are available. From 61bdb7338548ccd3f7a497cf0e9dd0540eb0d8ca Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 28 May 2018 13:25:24 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7216541..8feed5c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,3 @@ The directory structure is as follows: 5. *scripts/diagnostics/* - This directory contains scripts for helping to diagnose problems 3. *installation_instructions* - This file contains a series of command you copy and paste during install of Arch 4. *nix/* - This contains all the stuff needed to get up and running with my nix configuration - -Take care with the dotfiles. My configurations change the terminal colors to be solarized dark. If you do not like them -they can be easily changed in the Xresources dotfile. From ac69098ac1a92b505db9cf5fba0c0b6b314062ac Mon Sep 17 00:00:00 2001 From: angrygoats Date: Tue, 29 May 2018 10:42:45 -0700 Subject: [PATCH 4/5] Minor changes to emacs.d to support yaml/magit better --- dotfiles/emacs.d/init.el | 7 ++++--- dotfiles/emacs.d/package.el | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 4436abb..3e6b420 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -99,14 +99,15 @@ setq org-log-done t) (filename . "emacs.d"))) ("Org" (or (mode . org-mode) (filename . "OrgMode"))) - ("Magit" (name . "\*magit\*")) + ("Magit" (name . "^\\*magit\\*")) ("Help" (or (name . "\*Help\*") (name . "\*Apropos\*") (name . "\*info\*"))) ("Dired" (mode . dired-mode)) ;; Dev has groups for all languages you program in - ("Dev" (or (mode . cc-mode)) - ) + ("Dev" (or (mode . cc-mode) + (mode . yaml-mode)) + ) ("Emacs" (or (name . "^\\*scratch\\*$") (name . "^\\*Messages\\*$"))) ("Gnus" (or (mode . message-mode) diff --git a/dotfiles/emacs.d/package.el b/dotfiles/emacs.d/package.el index 8840ee2..e0aaae0 100644 --- a/dotfiles/emacs.d/package.el +++ b/dotfiles/emacs.d/package.el @@ -2,6 +2,7 @@ (defvar my-packages '(ag auto-complete cc-mode + yaml-mode markdown-mode counsel expand-region From d8cba86c24d1d0628f5fbea7d782ce0292a82af4 Mon Sep 17 00:00:00 2001 From: angrygoats Date: Tue, 29 May 2018 22:06:50 -0700 Subject: [PATCH 5/5] clean up buffers --- dotfiles/emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3e6b420..aee90a4 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -99,13 +99,16 @@ setq org-log-done t) (filename . "emacs.d"))) ("Org" (or (mode . org-mode) (filename . "OrgMode"))) - ("Magit" (name . "^\\*magit\\*")) + ("Magit" (name . "magit")) ("Help" (or (name . "\*Help\*") (name . "\*Apropos\*") (name . "\*info\*"))) ("Dired" (mode . dired-mode)) ;; Dev has groups for all languages you program in ("Dev" (or (mode . cc-mode) + (filename . ".c") + (filename . ".h") + (filename . ".am") (mode . yaml-mode)) ) ("Emacs" (or (name . "^\\*scratch\\*$")