Stow based dotfiles structure

This commit is contained in:
2026-03-14 21:49:23 +05:30
parent 19ff15afdc
commit c2ff9bfb4a
54 changed files with 77 additions and 110 deletions

View File

@@ -1,21 +0,0 @@
#!/bin/bash
dotfilesDir=$(pwd)
echo "Linking dot files"
rm -rf ~/.bashrc
rm -rf ~/.zshrc
rm -rf ~/.config/starship.toml
rm -rf ~/.tmux.conf
rm -rf ~/.tmux.conf.local
rm -rf ~/.config/nvim
ln -s -f ${dotfilesDir}/shell/bashrc ~/.bashrc
ln -s -f ${dotfilesDir}/shell/zshrc ~/.zshrc
ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf
ln -s -f ${dotfilesDir}/tmux/tmux.conf.local ~/.tmux.conf.local
ln -s -f ${dotfilesDir}/nvim ~/.config/nvim
ln -s -f ${dotfilesDir}/shell/starship.toml ~/.config/starship.toml
#
# echo "Installing fzf"
# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
# ~/.fzf/install