You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,23 @@
1
1
### :large_orange_diamond: About
2
-
This repo contains all (working and tested) dotfiles for my Linux setups. The files in the root of this repo should correspond to your home folder. For example, the `.bash` directory should correspond to `~/.bash` in your machine.
2
+
This repo contains all (working and tested) dotfiles for my Linux setups.
3
+
My setup uses Xorg so note that if you're using Wayland.
4
+
The files in the root of this repo should correspond to your home folder.
5
+
For example, the `.bash` directory should correspond to `~/.bash` in your machine.
3
6
4
7
### :large_orange_diamond: Managing the dotfiles
5
8
6
-
It's recommended to manage them with the `stow` package. `stow` manages and creates symlinks. By using `stow` you won't have to copy your local dotfiles to your git repository every time you want to make changes. To install `stow` in Arch:
7
-
```
8
-
sudo pacman -S stow
9
-
```
10
-
To install it in Ubuntu:
11
-
```
12
-
sudo apt-get install stow
13
-
```
9
+
It's recommended to manage them with the `stow` package. `stow` manages and creates symlinks. By using `stow` you won't have to copy your local dotfiles to your git repository every time you want to make changes. To install `stow`:
0 commit comments