Remove rofi-keepassxc submodule, fix dotman and edit README.md
This commit is contained in:
parent
a88ebc1878
commit
0f750cacc2
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "botfiles/.scripts/rofi-keepassxc"]
|
|
||||||
path = botfiles/.scripts/rofi-keepassxc
|
|
||||||
url = https://github.com/samedamci/rofi-keepassxc
|
|
@ -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
6
dotman
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user