My dotfiles
Go to file
Adrien Luxey-Bitri fdc8979c8b removed local stuff to local zshrc, added vim-nix 2022-10-03 00:57:14 +02:00
sublime added zsh commands and nix module to subl 2022-10-02 23:38:54 +02:00
tmux Added a bunch of submodules 2019-02-08 10:55:56 +01:00
vim removed local stuff to local zshrc, added vim-nix 2022-10-03 00:57:14 +02:00
.gitignore improved install script 2019-02-08 11:36:41 +01:00
.gitmodules installed airline 2019-02-10 18:35:53 +01:00
LICENCE added README and LICENCE 2019-02-19 18:54:32 +01:00
README.md updated README 2021-10-14 11:02:37 +02:00
install.sh added ssh_config, removed duplicate code for setting zsh as shell 2022-10-02 23:15:17 +02:00
ssh_config added ssh_config, removed duplicate code for setting zsh as shell 2022-10-02 23:15:17 +02:00
tmux.conf documenting 2020-01-27 16:44:13 +01:00
vimrc removed local stuff to local zshrc, added vim-nix 2022-10-03 00:57:14 +02:00
zshrc removed local stuff to local zshrc, added vim-nix 2022-10-03 00:57:14 +02:00

README.md

Adrien Luxey's dotfiles

ZSH, Tmux, Vim and Sublime Text dotfiles for Debian-based distros (install.sh using apt).

Usage

First download submodules:

  • Push your new host's SSH key to your github.com account.
  • git submodule update --init

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.

Some docs & refs

Licence

Public Domain, i.e. do whatever you want with this, but don't come and complain.