dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 52a03a5b62c797817b9827a382a48d6c917bb24f
parent 04bf560cbcd44155c91056848a19ad8361a3cffa
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 17 Oct 2020 20:12:20 +0200

Prune gitignore


Former-commit-id: 3df94c80d801fccf77e9e81397a7b68df70146ee
Diffstat:
M.gitignore | 10++--------
Mdot.map | 3---
Dscripts/rotmgmule | 2--
Rrotmgmule/rotmgmule -> scripts/rotmgmule | 0
4 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,19 +1,13 @@ -batteryCheck.scpt .DS_Store -secret_env -oh-my-zsh/cache -error.log -newsboat/notify-wrapper +shell/secret_env newsboat/history.cmdline newsboat/history.search +newsboat/error.log *.pyc vim/autoload/plug.vim* irssi/*.log -bin/z -bin/lf mpv/scripts/shared/sponsorblock.db* karabiner/automatic_backups/ -rotmgmule/accounts.tsv w3m/* !w3m/config !w3m/mailcap diff --git a/dot.map b/dot.map @@ -3,9 +3,6 @@ bin: ~/.bin # My scripts scripts: ~/.scripts -rotmgmule: -- rotmgmule: ~/.scripts/rotmgmule -- accounts.tsv: ~/.local/share/rotmgmule/accounts.tsv # Config: utilities compton: ~/.config/compton diff --git a/scripts/rotmgmule b/scripts/rotmgmule @@ -1 +0,0 @@ -/Users/alex/.dotfiles/rotmgmule/rotmgmule- \ No newline at end of file diff --git a/rotmgmule/rotmgmule b/scripts/rotmgmule