Remove rofi-keepassxc submodule, fix dotman and edit README.md

This commit is contained in:
Wiktor Zykubek 2020-03-11 21:48:22 +01:00
parent a88ebc1878
commit 0f750cacc2
4 changed files with 12 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "botfiles/.scripts/rofi-keepassxc"]
path = botfiles/.scripts/rofi-keepassxc
url = https://github.com/samedamci/rofi-keepassxc

View File

@ -8,7 +8,14 @@
**B**tw. **I** **u**se **A**rch **L**inux **B**tw. **I** **u**se **A**rch **L**inux
# Installation # 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: ## Hot stuff:

@ -1 +0,0 @@
Subproject commit 164c4891fd7f57b1a7fb444de9d15cb41fb72f8b

6
dotman
View File

@ -128,9 +128,11 @@ copy_configs() {
cp shortcuts-custom.json ~/.local/share/TelegramDesktop/tdata cp shortcuts-custom.json ~/.local/share/TelegramDesktop/tdata
cp .zshrc .aliases .zprofile .Xresources .xinitrc ~/ cp .zshrc .aliases .zprofile .Xresources .xinitrc ~/
cp -r .scripts ~/
chmod +x ~/.scripts/*
cp -r .scripts ~/
cd ~/.scripts/
git clone https://github.com/samedamci/rofi-keepassxc
chmod +x ~/.scripts/*
cd ~/.config/zsh cd ~/.config/zsh
rm -rf plugins rm -rf plugins