This commit is contained in:
Fabian Ising
2022-10-07 08:40:03 +02:00
parent 90f96f875f
commit de0e1a53e7
7 changed files with 1 additions and 36 deletions

View File

@@ -55,7 +55,7 @@ colors:
white: '0xeeeeec' white: '0xeeeeec'
shell: shell:
program: tmux program: /usr/local/bin/tmux
alt_send_esc: false alt_send_esc: false
live_config_reload: true live_config_reload: true

View File

@@ -7,7 +7,6 @@
# #
git submodule update --init --recursive
ln -Tsv $PWD/zsh $HOME/.zsh ln -Tsv $PWD/zsh $HOME/.zsh
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
ln -Tsv $PWD/tmux $HOME/.tmux ln -Tsv $PWD/tmux $HOME/.tmux

View File

@@ -7,7 +7,6 @@
# #
git submodule update --init --recursive
gln -Tsv $PWD/zsh $HOME/.zsh gln -Tsv $PWD/zsh $HOME/.zsh
gln -Tsv ~/.zsh/.zshrc $HOME/.zshrc gln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
gln -Tsv $PWD/tmux $HOME/.tmux gln -Tsv $PWD/tmux $HOME/.tmux

View File

@@ -1,13 +0,0 @@
#! /bin/sh
#
# setup_remotes.sh
# Copyright (C) 2017 Fabian Ising <fabian@murgi.de>
#
# Distributed under terms of the Apache v2.0 license.
#
git remote add i3 git@vcs.murgi.de:dotfiles_fabian/i3config.git
git remote add tmux git@vcs.murgi.de:dotfiles_fabian/tmux.git
git remote add tmux git@vcs.murgi.de:dotfiles_fabian/tmux.git
git remote add vim git@vcs.murgi.de:dotfiles_fabian/vim.git
git remote add zsh git@vcs.murgi.de:dotfiles_fabian/zsh.git

3
tmux/.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "plugins/tpm"]
path = plugins/tpm
url = https://github.com/tmux-plugins/tpm.git

View File

@@ -1,14 +0,0 @@
#! /bin/sh
#
# update.sh
# Copyright (C) 2017 Fabian Ising <fabian@murgi.de>
#
# Distributed under terms of the Apache v2.0 license.
#
git pull
git subtree pull --prefix=i3 i3 master --squash
git subtree pull --prefix=tmux tmux master --squash
git subtree pull --prefix=zsh zsh master --squash
git subtree pull --prefix=vim vim master --squash

3
zsh/.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "antigen"]
path = antigen
url = https://github.com/zsh-users/antigen.git