first commit
This commit is contained in:
16
install.sh
Executable file
16
install.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
dotfilesDir=$(pwd)
|
||||
|
||||
echo "Linking dot files"
|
||||
rm -rf ~/.bashrc
|
||||
rm -rf ~/.zshrc
|
||||
ln -s -f ${dotfilesDir}/.bashrc ~/.bashrc
|
||||
ln -s -f ${dotfilesDir}/.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}/starship.toml ~/.config/starship.toml
|
||||
#
|
||||
# echo "Installing fzf"
|
||||
# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
# ~/.fzf/install
|
||||
Reference in New Issue
Block a user