My dotfiles
Go to file
ADRN a7ec37efe1 readded onedark theme to tmux 2024-01-30 08:52:28 +01:00
dotfiles_private@d56be89504 a lot happened 2024-01-26 11:28:44 +01:00
sublime a lot happened 2024-01-26 11:28:44 +01:00
tmux fleshed out tmux 2024-01-27 10:39:40 +01:00
vim added vim-tmux-navigator 2023-11-17 01:34:51 +01:00
.gitignore improved install script 2019-02-08 11:36:41 +01:00
.gitmodules a lot happened 2024-01-26 11:28:44 +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 tweaking 2023-11-17 13:58:50 +01:00
nvim a lot happened 2024-01-26 11:28:44 +01:00
tmux.conf readded onedark theme to tmux 2024-01-30 08:52:28 +01:00
vimrc a lot happened 2024-01-26 11:28:44 +01:00
zshrc a lot happened 2024-01-26 11:28:44 +01: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.