You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Petr Nyc ea56e298d7 github copilot moved from tpope to official github repo 3 years ago
.config/mc midnight commander solarized themes 3 years ago
.hgstyle mercurial conf 3 years ago
.local/share/mc/skins midnight commander solarized themes 3 years ago
Library/Application Support/iTerm2/DynamicProfiles dynaimic solarized profiles for iTerm, solarized for mac ls 3 years ago
bin dynaimic solarized profiles for iTerm, solarized for mac ls 3 years ago
.gitconfig add inc alias 3 years ago
.gitignore vim, tmux, zsh and git config files 3 years ago
.hgrc mercurial conf 3 years ago
.p10k.zsh p10k zsh configuration 3 years ago
.tmux.conf changes for 24bit colors in vim 3 years ago
.vimrc github copilot moved from tpope to official github repo 3 years ago
.zshenv dynaimic solarized profiles for iTerm, solarized for mac ls 3 years ago
.zshrc dynaimic solarized profiles for iTerm, solarized for mac ls 3 years ago
README.org Notes form installing on a new system 3 years ago

README.org

How to set up this configuration

basic setup

  # for linux; ignore on other systems
  sudo yum update
  sudo yum install zsh tmux git

  source .proxies

  # enter username/password
  git clone --bare https://git.meinlschmidt.org/jetpac/dotfiles.git ~/.cfg
  alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git --work-tree=$HOME'
  config config --local status.showUntrackedFiles no
  config checkout
  zsh

  source ~/.proxies
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

  # run tmux, prefix + I installs all plugins (needs to have proxies set)
  # run vim, :PlugInstall

  # download and unpack dotfiles from my git

iterm

defines dynamic profile for tmux keys usage

  • profile sits in `Library/Application Support/iTerm2/DynamicProfiles/dynamic_profile.json`
  • this profile inherits from Default profile
  • automatically appears in profiles; set it as default and you should be going
  • TODO - table of defined keys