Fix links
This commit is contained in:
11
.gitmodules
vendored
11
.gitmodules
vendored
@@ -0,0 +1,11 @@
|
|||||||
|
[submodule "plugins/tpm"]
|
||||||
|
path = tmux/plugins/tpm
|
||||||
|
url = https://github.com/tmux-plugins/tpm.git
|
||||||
|
|
||||||
|
[submodule "antigen"]
|
||||||
|
path = zsh/antigen
|
||||||
|
url = https://github.com/zsh-users/antigen.git
|
||||||
|
|
||||||
|
[submodule "bundle/Vundle.vim"]
|
||||||
|
path = vim/bundle/Vundle.vim
|
||||||
|
url = https://github.com/VundleVim/Vundle.vim.git
|
||||||
|
|||||||
@@ -8,10 +8,11 @@
|
|||||||
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
ln -s $PWD/vim ~/.vim
|
echo "ln -s $PWD/vim $HOME/.vim"
|
||||||
ln -s ~/.vim/.vimrc ~/.vimrc
|
ln -Tsv $PWD/vim $HOME/.vim
|
||||||
ln -s $PWD/zsh ~/.zsh
|
ln -Tsv ~/.vim/.vimrc $HOME/.vimrc
|
||||||
ln -s ~/.zsh/.zshrc ~/.zshrc
|
ln -Tsv $PWD/zsh $HOME/.zsh
|
||||||
ln -s $PWD/tmux ~/.tmux
|
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
||||||
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
|
ln -Tsv $PWD/tmux $HOME/.tmux
|
||||||
|
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
zsh
|
echo "exit" | zsh
|
||||||
chsh -s /usr/bin/zsh
|
chsh -s /usr/bin/zsh
|
||||||
tmux
|
tmux
|
||||||
echo ":PluginInstall" | vim
|
echo ":PluginInstall" | vim
|
||||||
|
|||||||
@@ -7,5 +7,5 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
for filename in .config/*; do
|
for filename in .config/*; do
|
||||||
ln -s $PWD/$filename ~/$filename
|
ln -Ts $PWD/$filename $HOME/$filename
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -6,10 +6,13 @@
|
|||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
sudo pacman -Sy archlinux-keyring --noconfirm
|
sudo pacman --needed -Sy archlinux-keyring --noconfirm
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman --needed -Syu --noconfirm
|
||||||
sudo pacman -Sy base-devel xorg xorg-xinit gnome gnome-extra gvim zsh tmux openssh termite powerline powerline-fonts --noconfirm
|
yes | sudo pacman --needed -Sy vte3-ng
|
||||||
|
sudo pacman --needed -Sy base-devel xorg xorg-xinit gnome gnome-extra gvim zsh tmux openssh termite powerline powerline-fonts --noconfirm
|
||||||
./clone_and_link.sh
|
./clone_and_link.sh
|
||||||
cp zsh/.powerline_config_arch.example zsh/.powerline_config
|
cp zsh/.powerline_config_arch.example zsh/.powerline_config
|
||||||
cp vim/.vimrc_config_powerline_arch.example vim/.vimrc_config_powerline
|
cp vim/.vimrc_config_powerline_arch.example vim/.vimrc_config_powerline
|
||||||
chsh -s /usr/bin/zsh
|
if [ $SHELL != "/bin/zsh" ]; then
|
||||||
|
chsh -s /usr/bin/zsh;
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user