diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 9b5622d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "botfiles/.scripts/rofi-keepassxc"] - path = botfiles/.scripts/rofi-keepassxc - url = https://github.com/samedamci/rofi-keepassxc diff --git a/README.md b/README.md index e4feb96..2372b26 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,14 @@ **B**tw. **I** **u**se **A**rch **L**inux # Installation -* clone repo to ~/Dotfiles, switch folder and use `./dotman`. +#### Clone repository +``` +git clone https://github.com/samedamci/biual-dot-conf ~/Dotfiles +``` +Clone repo in `~/Dotfiles` if you want to use `dotman` and `updot` scripts. +#### Use dotman +To install configs, packages and other stuff you should use `./dotman` script. The first time you must use path to this script, but after you can use `dotman` command from any place in your terminal, because it will be added to PATH. + ## Hot stuff: diff --git a/botfiles/.scripts/rofi-keepassxc b/botfiles/.scripts/rofi-keepassxc deleted file mode 160000 index 164c489..0000000 --- a/botfiles/.scripts/rofi-keepassxc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 164c4891fd7f57b1a7fb444de9d15cb41fb72f8b diff --git a/dotman b/dotman index 4149a32..4755139 100755 --- a/dotman +++ b/dotman @@ -128,10 +128,12 @@ copy_configs() { cp shortcuts-custom.json ~/.local/share/TelegramDesktop/tdata cp .zshrc .aliases .zprofile .Xresources .xinitrc ~/ + cp -r .scripts ~/ + cd ~/.scripts/ + git clone https://github.com/samedamci/rofi-keepassxc chmod +x ~/.scripts/* - - + cd ~/.config/zsh rm -rf plugins mkdir plugins