Created
November 25, 2016 21:43
-
-
Save vdemeester/b4d418c7a83f4a9e13ab8198948d0038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vincent@wakasu> tree -a target ~/go/src/github.com/vdemeester/tuck | |
target | |
├── .bashrc -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.bashrc | |
├── .cfg-post.d | |
│ ├── git-config -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.cfg-post.d/git-config | |
│ ├── go-config -> /home/vincent/.nix-profile/nix-home/sbr-go-config/.cfg-post.d/go-config | |
│ └── ssh-config -> /home/vincent/.nix-profile/nix-home/sbr-ssh-config/.cfg-post.d/ssh-config | |
├── .config | |
│ ├── git | |
│ │ └── config.d | |
│ │ ├── 00-default -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.config/git/config.d/00-default | |
│ │ └── git-config.urls -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.config/git/config.d/git-config.urls | |
│ ├── i3 | |
│ │ ├── config -> /home/vincent/.nix-profile/nix-home/sbr-i3-config/.config/i3/config | |
│ │ └── i3status.conf -> /home/vincent/.nix-profile/nix-home/sbr-i3-config/.config/i3/i3status.conf | |
│ └── tmux | |
│ └── commons | |
│ └── keybindings -> /home/vincent/.nix-profile/nix-home/sbr-tmux-config/.config/tmux/commons/keybindings | |
├── .emacs.d | |
│ ├── emacs.org -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/emacs.org | |
│ ├── images | |
│ │ ├── emacs-config.png -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/images/emacs-config.png | |
│ │ ├── emacs-config-small.png -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/images/emacs-config-small.png | |
│ │ └── lisp-rainbow.png -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/images/lisp-rainbow.png | |
│ ├── init.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/init.el | |
│ ├── lisp | |
│ │ ├── color-theme-buffer-local.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/color-theme-buffer-local.el | |
│ │ ├── helm-mu.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/helm-mu.el | |
│ │ ├── load-theme-buffer-local.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/load-theme-buffer-local.el | |
│ │ ├── setup-package.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/setup-package.el | |
│ │ ├── use-package | |
│ │ │ ├── bind-key.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/use-package/bind-key.el | |
│ │ │ ├── README.md -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/use-package/README.md | |
│ │ │ └── use-package.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/use-package/use-package.el | |
│ │ └── vde-functions.el -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/lisp/vde-functions.el | |
│ └── provided | |
│ ├── go-config.org -> /home/vincent/.nix-profile/nix-home/sbr-go-config/.emacs.d/provided/go-config.org | |
│ └── .placeholder -> /home/vincent/.nix-profile/nix-home/sbr-emacs-config/.emacs.d/provided/.placeholder | |
├── .env -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.env | |
├── .inputrc -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.inputrc | |
├── lib | |
│ ├── libhooks.sh -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/lib/libhooks.sh | |
│ ├── libhost.sh -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/lib/libhost.sh | |
│ ├── liblogging.sh -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/lib/liblogging.sh | |
│ └── libuid.sh -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/lib/libuid.sh | |
├── .profile -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.profile | |
├── .sh | |
│ ├── completions | |
│ │ ├── _git-flow -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/completions/_git-flow | |
│ │ ├── _github -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/completions/_github | |
│ │ ├── _git-pulls -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/completions/_git-pulls | |
│ │ ├── _git_shortcuts -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/completions/_git_shortcuts | |
│ │ └── _git-wtf -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/completions/_git-wtf | |
│ ├── functions | |
│ │ ├── compatibility | |
│ │ │ └── add-zsh-hook -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/functions/compatibility/add-zsh-hook | |
│ │ ├── enable_nullglob -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/functions/enable_nullglob | |
│ │ ├── enable_wordsplit -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/functions/enable_wordsplit | |
│ │ ├── find_hooks -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/functions/find_hooks | |
│ │ └── run_hooks -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/functions/run_hooks | |
│ └── hook | |
│ ├── shprofile.post | |
│ │ ├── 0-gvm -> /home/vincent/.nix-profile/nix-home/sbr-go-config/.sh/hook/shprofile.post/0-gvm | |
│ │ ├── docker -> /home/vincent/.nix-profile/nix-home/sbr-go-config/.sh/hook/shprofile.post/docker | |
│ │ ├── go -> /home/vincent/.nix-profile/nix-home/sbr-go-config/.sh/hook/shprofile.post/go | |
│ │ └── .placeholder -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/hook/shprofile.post/.placeholder | |
│ ├── shprofile.pre | |
│ │ └── .placeholder -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/hook/shprofile.pre/.placeholder | |
│ ├── shrc.post | |
│ │ ├── git -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/hook/shrc.post/git | |
│ │ └── tmux -> /home/vincent/.nix-profile/nix-home/sbr-tmux-config/.sh/hook/shrc.post/tmux | |
│ ├── zshrc.post | |
│ │ └── history -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/hook/zshrc.post/history | |
│ └── zshrc.pre | |
│ ├── chroot -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.sh/hook/zshrc.pre/chroot | |
│ ├── git -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/hook/zshrc.pre/git | |
│ ├── mr -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/hook/zshrc.pre/mr | |
│ └── vcsh -> /home/vincent/.nix-profile/nix-home/sbr-git-config/.sh/hook/zshrc.pre/vcsh | |
├── .shenv -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.shenv | |
├── .shlogin -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.shlogin | |
├── .shlogout -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.shlogout | |
├── .shprofile -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.shprofile | |
├── .shrc -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.shrc | |
├── .ssh | |
│ └── config.d | |
│ └── default | |
│ └── ZZ-global-options -> /home/vincent/.nix-profile/nix-home/sbr-ssh-config/.ssh/config.d/default/ZZ-global-options | |
├── .tmux.conf -> /home/vincent/.nix-profile/nix-home/sbr-tmux-config/.tmux.conf | |
├── .zlogin -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.zlogin | |
├── .zlogout -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.zlogout | |
├── .zprofile -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.zprofile | |
├── .zshenv -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.zshenv | |
└── .zshrc -> /home/vincent/.nix-profile/nix-home/sbr-sh-config/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment