dotfiles/README.md

33 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2019-02-19 17:54:32 +00:00
# Adrien Luxey's dotfiles
ZSH, Tmux, Vim and Sublime Text dotfiles for Debian-based distros (`install.sh` using `apt`).
## Usage
2021-10-14 09:01:43 +00:00
First download submodules:
* Push your new host's SSH key to your github.com account.
* `git submodule update --init`
2019-02-19 17:54:32 +00:00
Use `install.sh` to install the dependencies, Oh-My-Zsh, pull tmux and vim plugins, **remove your previous dotfiles** and symlink the new ones:
$ ./install.sh -h
USAGE: ./install.sh [OPTIONS]
OPTIONS:
-s|--sublime Install Sublime Text 3
-h|--help Show this help
The script will install dependencies once (remove $HOME/.installed to redo) and symlink dotfiles to their destination in your $HOME.
If you want to do your own thing from these dotfiles, go read `install.sh`.
2020-01-11 08:31:19 +00:00
## Some docs & refs
* [How to nest tmux sessions like a boss](https://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/)
2019-02-19 17:54:32 +00:00
## Licence
Public Domain, i.e. do whatever you want with this, but don't come and complain.