{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":682680,"defaultBranch":"master","name":"dotfiles","ownerLogin":"jramnani","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-05-24T04:00:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/68455?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1656142203.116061","currentOid":""},"activityList":{"items":[{"before":"cfb77b506931945129163a758bbbc6b9b22a9ec3","after":"85d71c06a02d57a924907f5b8ad6146b579acec0","ref":"refs/heads/master","pushedAt":"2024-03-10T07:40:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Update iTerm config","shortMessageHtmlLink":"Update iTerm config"}},{"before":"966eca719c172c145b553ee263301c3c9abf1b42","after":"cfb77b506931945129163a758bbbc6b9b22a9ec3","ref":"refs/heads/master","pushedAt":"2024-03-10T07:31:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Start SSH agents in Fish shell\n\nThis function starts a new SSH agent if one doesn't exist already.\nIt is idempotent and can be called multiple times without starting\nunnecessary agents. Its saves its state to a file so all terminal\nsessions can reuse the same running agent.\n\nBe careful not to emit text in a non-interactive shell context. That\nwreaks havoc with programs like scp and Emacs when running shell\ncommands in the background. So, if the shell isn't interactive, bail out\nimmediately. Confirmed this worked with Emacs and Projectile.","shortMessageHtmlLink":"Start SSH agents in Fish shell"}},{"before":"52bcc708318cae64099677d3832e9af973b55026","after":"966eca719c172c145b553ee263301c3c9abf1b42","ref":"refs/heads/master","pushedAt":"2024-02-07T00:39:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Update iTerm configuration\n\nInclude my different profiles. The main thing is to be able to select an\nARM and x86 profile.","shortMessageHtmlLink":"Update iTerm configuration"}},{"before":"bc87b35d36d9db59ef6c853cf1ab413bc8feacaf","after":"52bcc708318cae64099677d3832e9af973b55026","ref":"refs/heads/master","pushedAt":"2024-02-06T19:02:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"bash: handle Homebrew on different CPU architectures\n\nHomebrew uses two different paths based on whether the CPU architecture\nis x86 or ARM.\n\nOn x86 it uses /usr/local/bin for backwards compatibility.\n\nOn ARM it uses a new path, /opt/homebrew/bin.","shortMessageHtmlLink":"bash: handle Homebrew on different CPU architectures"}},{"before":"e4f0e2a09f4036faa843f0550991eeaf7fbc120c","after":"bc87b35d36d9db59ef6c853cf1ab413bc8feacaf","ref":"refs/heads/master","pushedAt":"2024-01-04T00:10:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Spacemacs: install outline-magic\n\nThis makes editing Dokuwiki pages nicer. Especially long ones with many\nheadings.\n\nI missed the visibility cycling functionality.","shortMessageHtmlLink":"Spacemacs: install outline-magic"}},{"before":"416593ea457003a09f56a23ee5610cf052287ba3","after":"e4f0e2a09f4036faa843f0550991eeaf7fbc120c","ref":"refs/heads/master","pushedAt":"2023-12-06T20:34:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Fix bug in editing git rebase TODO lists\n\nThe package helm-ls-git was overriding the git-rebase-todo mode that I\nam used it. Disable that mode for now.\n\nAlso install the Helpful package which is an improvement on Emacs\ndefault help system.","shortMessageHtmlLink":"Fix bug in editing git rebase TODO lists"}},{"before":"befcd10753c385df00cd31658b4bb78347d69682","after":"416593ea457003a09f56a23ee5610cf052287ba3","ref":"refs/heads/master","pushedAt":"2023-10-06T23:26:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"direnv knows how to setup python poetry\n\nThe tool, direnv, can be configured to know what to do for a python\npoetry project.\n\nTo use this configuration in a project you must create a file in your\nproject root folder named `.envrc' with the following content:\n\n layout_poetry\n\nContext: https://github.com/direnv/direnv/wiki/Python#poetry","shortMessageHtmlLink":"direnv knows how to setup python poetry"}},{"before":"24db99728b90b5c4ebcb368c32e19d08c1c31218","after":"befcd10753c385df00cd31658b4bb78347d69682","ref":"refs/heads/master","pushedAt":"2023-10-03T22:54:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"Find bash completions on Apple Silicon\n\nHomebrew installs into a different filesystem location on Apple Silicon.\n\nMy prompt wasn't finding __git_ps1 to put the Git branch in my prompt\nwhich gave me a clue that my bash configuration wasn't quite right.","shortMessageHtmlLink":"Find bash completions on Apple Silicon"}},{"before":"926bd32e5105527f8029ae83f8f877a42e6b15ea","after":"24db99728b90b5c4ebcb368c32e19d08c1c31218","ref":"refs/heads/master","pushedAt":"2023-09-27T23:25:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"git: see diffs when committing changes\n\nIt is useful when doing an interactive rebase to see the contents of the\nchange you are editing to jog your memory.","shortMessageHtmlLink":"git: see diffs when committing changes"}},{"before":"f532c0dc49cf03d8609aaf379a8d2333caba4175","after":"926bd32e5105527f8029ae83f8f877a42e6b15ea","ref":"refs/heads/master","pushedAt":"2023-09-03T16:55:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"spacemacs: use old vim keybinding for neotree toggle\n\nI'm surprised 'SPC d' wasn't already taken by Spacemacs already.\n'leader-d' was my the shortcut I used in Vim to toggle NeoTree back in\nthe day. This is faster than 'SPC p t' which I was using in Spacemacs\ndefault configuration.","shortMessageHtmlLink":"spacemacs: use old vim keybinding for neotree toggle"}},{"before":"f3df511c9de0747370d713e654f6045b883fbe35","after":"f532c0dc49cf03d8609aaf379a8d2333caba4175","ref":"refs/heads/master","pushedAt":"2023-05-29T19:44:16.921Z","pushType":"push","commitsCount":4,"pusher":{"login":"jramnani","name":"Jeff Ramnani","path":"/jramnani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68455?s=80&v=4"},"commit":{"message":"spacemacs: Artist mode compatibility\n\nArtist mode is for drawing ASCII art in Emacs.\n\nBy default artist-mode doesn't play nice with evil-mode. So when\ntriggering artist-mode, we'll tell Spacemacs to enter Emacs editing\nmode.","shortMessageHtmlLink":"spacemacs: Artist mode compatibility"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEEVcZpgA","startCursor":null,"endCursor":null}},"title":"Activity ยท jramnani/dotfiles"}