wrong path for pc duh
This commit is contained in:
parent
0375e85d8c
commit
20bb369f11
1 changed files with 13 additions and 13 deletions
26
populate.sh
26
populate.sh
|
@ -2,36 +2,36 @@
|
|||
|
||||
# mv existing file on PC to .pop.bak, then ln -s new file to it
|
||||
mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
||||
ln -s ~/dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
||||
mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
||||
ln -s ~/dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
||||
|
||||
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||
ln -s ~/dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||
mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
||||
ln -s ~/dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
||||
|
||||
mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||
ln -s ~/dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||
|
||||
mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
||||
ln -s ~/dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
||||
|
||||
mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||
ln -s ~/dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||
|
||||
mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
||||
ln -s ~/dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
||||
|
||||
mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
|
||||
ln -s ~/dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
|
||||
|
||||
mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||
ln -s ~/dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||
|
||||
mv ~/.Xresources ~/.Xresources.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources
|
||||
ln -s ~/dev/dotfiles/home/.Xresources ~/.Xresources
|
||||
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
|
||||
ln -s ~/dev/dotfiles/home/.xinitrc ~/.xinitrc
|
||||
mv ~/.zshrc ~/.zshrc.pop.bak
|
||||
ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc
|
||||
ln -s ~/dev/dotfiles/home/.zshrc ~/.zshrc
|
||||
|
|
Loading…
Reference in a new issue