Half of these files dont end up with a dot
This commit is contained in:
parent
54115d4c00
commit
712bd61075
@ -1,5 +1,5 @@
|
||||
if ! command -v alacritty &>/dev/null; then
|
||||
sudo apt install -y alacritty
|
||||
mkdir -p ~/.config/alacritty
|
||||
cp ~/.local/share/omakub/dotfiles/alacritty.toml ~/.config/alacritty/alacritty.toml
|
||||
cp ~/.local/share/omakub/configs/alacritty.toml ~/.config/alacritty/alacritty.toml
|
||||
fi
|
||||
|
@ -1,5 +1,5 @@
|
||||
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
|
||||
cp ~/.local/share/omakub/dotfiles/bashrc ~/.bashrc
|
||||
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
|
||||
|
||||
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
|
||||
cp ~/.local/share/omakub/dotfiles/inputrc ~/.inputrc
|
||||
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc
|
||||
|
@ -1,6 +1,6 @@
|
||||
if ! command -v zellij &>/dev/null; then
|
||||
sudo snap install zellij --classic
|
||||
mkdir -p ~/.config/zellij/
|
||||
cp ~/.local/share/omakub/dotfiles/zellij.kdl ~/.config/zellij/config.kdl
|
||||
cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
|
||||
ln -s ~/.local/share/omakub/themes/zellij ~/.config/zellij/themes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user