Update README files
This commit is contained in:
parent
5cb6e8ae92
commit
25b03dd3e4
|
@ -3,11 +3,11 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
### Install dependencies on Arch Linux:
|
||||
|
||||
|
@ -57,7 +57,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D
|
|||
````
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles/fonts
|
||||
$ sudo ./install-fonts.sh
|
||||
$ cd ../scripts
|
||||
|
@ -67,7 +67,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D
|
|||
* For install `alacritty`, type this commands `(Optional)`:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x scripts/alacritty-install.sh
|
||||
$ sudo scripts/alacritty-install.sh
|
||||
|
@ -76,7 +76,7 @@ dotfiles - My tiling Qtile, Spectrwm, i3 , Dwm & Sway configurations (for Arch/D
|
|||
* For install `i3-gaps`, type this commands:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x scripts/i3-gaps-install.sh
|
||||
$ sudo scripts/i3-gaps-install.sh
|
||||
|
|
|
@ -3,26 +3,26 @@ dotfiles - My tiling Dwm configuration (for Arch/Devuan/Debian)
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![dwm](examples/dwm.png)
|
||||
![dwm](https://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/dwm.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
16
README-i3.md
16
README-i3.md
|
@ -3,26 +3,26 @@ dotfiles - My tiling i3 configuration (for Arch/Devuan/Debian)
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![i3](examples/i3.png)
|
||||
![i3](https://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/i3.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
|
@ -3,26 +3,26 @@ dotfiles - My tiling Qtile configuration (for Arch/Devuan/Debian)
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![qtile](examples/qtile.png)
|
||||
![qtile](https://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/qtile.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
|
@ -3,26 +3,26 @@ dotfiles - My tiling Spectrwm configuration (for Arch/Devuan/Debian)
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![spectrwm](examples/spectrwm.png)
|
||||
![spectrwm](https://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/spectrwm.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
|
@ -3,26 +3,26 @@ dotfiles - My tiling Sway configuration (for Arch/Devuan/Debian)
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![sway](examples/sway.png)
|
||||
![sway](https://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/sway.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
16
README.md
16
README.md
|
@ -3,26 +3,26 @@ dotfiles - My tiling Qtile, Spectrwm, i3, Dwm & Sway configurations (for Arch/De
|
|||
|
||||
### My configurations:
|
||||
|
||||
* [Qtile](README-qtile.md)
|
||||
* [i3](README-i3.md)
|
||||
* [Sway](README-sway.md)
|
||||
* [Dwm](README-dwm.md)
|
||||
* [Spectrwm](README-spectrwm.md)
|
||||
* [Qtile](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-qtile.md)
|
||||
* [i3](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-i3.md)
|
||||
* [Sway](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-sway.md)
|
||||
* [Dwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-dwm.md)
|
||||
* [Spectrwm](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/README-spectrwm.md)
|
||||
|
||||
![qtile](examples/qtile.png)
|
||||
![qtile](ihttps://git.q3aql.dev/q3aql/dotfiles/raw/branch/master/examples/qtile.png)
|
||||
|
||||
### Installation:
|
||||
|
||||
* **`Install dependencies:`**
|
||||
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md)
|
||||
* Read [`How install dependencies on Arch and Devuan/Debian`](https://git.q3aql.dev/q3aql/dotfiles/src/branch/master/Dependencies.md)
|
||||
|
||||
* **`Install configuration (dotfiles):`**
|
||||
|
||||
* Clone repository and copy files to your home:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dotfiles
|
||||
$ git clone https://git.q3aql.dev/q3aql/dotfiles
|
||||
$ cd dotfiles
|
||||
$ chmod +x install-config.sh
|
||||
$ ./install-config.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user