GitXplorerGitXplorer
d

dotfiles

public
25 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
7d34b24ef5abcc997272f278348114c198a4222e

Replace tmux alias with something more conservative

ddoronbehar committed 2 months ago
Unverified
e3b88b6aa56515f67c0ea05ca58cff1ecc6997d3

Update many submodules

ddoronbehar committed a month ago
Unverified
7aef19f32d3a3d0ea538ae2be03d64c37634c5e5

Add hydra-check-list script

ddoronbehar committed a month ago
Unverified
3ab2253c9b667a1e190856155b04d8347c1161e2

Fix sshoffice to new format of output

ddoronbehar committed a month ago
Unverified
ec94dc194bc72ab8e80bb5b8811a3c4e417b7f48

taskwarrior: 3.0.2 -> 3.3.0

ddoronbehar committed a month ago
Unverified
85c15c22b2e355701f8635b0341d09bcd22f23e9

Use git-fzf shortcuts and ZSH completions from it's source directory

ddoronbehar committed a month ago

README

The README file for this repository.

== My dotfiles

If I have to use bash on Windows, I put this in my ~/.bashrc:

[source,bash]

#!/bin/bash DOTFILES_DIR=$HOME/dotfiles source $DOTFILES_DIR/.bashrc

For ZSH on Windows (with msys2), I put in ~/.zshrc:

[source,zsh]

export ZDOTDIR=$HOME/dotfiles source $ZDOTDIR/.zshenv source $ZDOTDIR/.zshrc

On msys, from some reason this ~/.tmux.conf was needed:

[source,tmux]

Not using simply source ~/.tmux/init.tmux as it doesn't work

run-shell "tmux source ~/.tmux/init.tmux"

Stuff that may help in an msys setup:

Pacman commands I ran:

[source,zsh]

pacman -Syy pacman -Syu pacman -S
tmux
git
zsh
mingw-w64-x86_64-bat
mingw-w64-x86_64-neovim
man-db