Add ubuntu setup

This commit is contained in:
Fabian
2022-10-26 13:09:21 +00:00
parent ec0340a4b9
commit 6c3e520d20
17 changed files with 37 additions and 1082 deletions

View File

@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# clone_and_link.sh
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
@@ -7,8 +7,10 @@
#
ln -Tsv $PWD/zsh $HOME/.zsh
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
ln -Tsv $PWD/tmux $HOME/.tmux
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
ln -Tsv $PWD/nvim $HOME/.config/nvim
ln -Tsfv $PWD/zsh $HOME/.zsh
ln -Tsfv ~/.zsh/.zshrc $HOME/.zshrc
ln -Tsfv $PWD/tmux $HOME/.tmux
ln -Tsfv ~/.tmux/.tmux.conf $HOME/.tmux.conf
mkdir -p $HOME/.config
rm -rf $HOME/.config/nvim
ln -Tsfv $PWD/nvim $HOME/.config/nvim