Cleanup
This commit is contained in:
committed by
Fabian Ising
parent
50c2a410b3
commit
bb16baf6b6
@@ -55,7 +55,7 @@ colors:
|
||||
white: '0xeeeeec'
|
||||
|
||||
shell:
|
||||
program: tmux
|
||||
program: /usr/local/bin/tmux
|
||||
|
||||
alt_send_esc: false
|
||||
live_config_reload: true
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#
|
||||
|
||||
|
||||
git submodule update --init --recursive
|
||||
ln -Tsv $PWD/zsh $HOME/.zsh
|
||||
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
||||
ln -Tsv $PWD/tmux $HOME/.tmux
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#
|
||||
|
||||
|
||||
git submodule update --init --recursive
|
||||
gln -Tsv $PWD/zsh $HOME/.zsh
|
||||
gln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
||||
gln -Tsv $PWD/tmux $HOME/.tmux
|
||||
|
||||
@@ -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
3
tmux/.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "plugins/tpm"]
|
||||
path = plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm.git
|
||||
14
update.sh
14
update.sh
@@ -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
3
zsh/.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "antigen"]
|
||||
path = antigen
|
||||
url = https://github.com/zsh-users/antigen.git
|
||||
Reference in New Issue
Block a user