Change bashrc files and install script
This commit is contained in:
@@ -9,12 +9,12 @@ rm -rf ~/.tmux.conf
|
|||||||
rm -rf ~/.tmux.conf.local
|
rm -rf ~/.tmux.conf.local
|
||||||
rm -rf ~/.config/nvim
|
rm -rf ~/.config/nvim
|
||||||
|
|
||||||
ln -s -f ${dotfilesDir}/.bashrc ~/.bashrc
|
ln -s -f ${dotfilesDir}/shell/bashrc ~/.bashrc
|
||||||
ln -s -f ${dotfilesDir}/.zshrc ~/.zshrc
|
ln -s -f ${dotfilesDir}/shell/zshrc ~/.zshrc
|
||||||
ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf
|
ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf
|
||||||
ln -s -f ${dotfilesDir}/tmux/tmux.conf.local ~/.tmux.conf.local
|
ln -s -f ${dotfilesDir}/tmux/tmux.conf.local ~/.tmux.conf.local
|
||||||
ln -s -f ${dotfilesDir}/nvim ~/.config/nvim
|
ln -s -f ${dotfilesDir}/nvim ~/.config/nvim
|
||||||
ln -s -f ${dotfilesDir}/starship.toml ~/.config/starship.toml
|
ln -s -f ${dotfilesDir}/shell/starship.toml ~/.config/starship.toml
|
||||||
#
|
#
|
||||||
# echo "Installing fzf"
|
# echo "Installing fzf"
|
||||||
# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user