# Import or initialize secrets:
# SSH private keys, GPG secret keys, AWSCLI API keys, Terraform API keys,
# Docker tokens, Cargo tokens, Bundle tokens, NPM tokens, PIP tokens, ...
git clone git@github.com:simnalamburt/.dotfiles.git --depth=1 ~/.dotfiles
# neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
mkdir -p ~/.config/nvim
ln -s ~/.dotfiles/.vimrc ~/.config/nvim/init.vim
cp ~/.dotfiles/.vimrc.local ~
# zsh
git clone https://github.com/zdharma/zinit.git ~/.zinit/bin
ln -sf ~/.dotfiles/.zshrc ~
p10k configure
# ssh
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ln -sf ~/.dotfiles/.ssh/config ~/.ssh
cp ~/.dotfiles/.ssh/config.local ~/.ssh
# git
ln -sf ~/.dotfiles/.gitconfig ~
ln -sf ~/.dotfiles/.gitexclude ~
cp ~/.dotfiles/.gitconfig.local ~
# gpg
mkdir -p ~/.gnupg
cp ~/.dotfiles/gpg-agent.conf ~/.gnupg
# tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -sf ~/.dotfiles/.tmux.conf ~
- simnalamburt/vim-mundo - Vim undo tree visualizer
- simnalamburt/cgitc - Close Git Combat
- simnalamburt/zsh-expand-all - Automatically expands all glob expressions, subcommands, and aliases
- simnalamburt/ctrlf - Ctrl+F for your shell
- simnalamburt/tmux-pane - My key-bindings for tmux pane resizing and splitting
- simnalamburt/shellder - Simple and feature-rich zsh/fish shell theme
dotfiles is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.