Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed May 27, 2023
1 parent f7a10a3 commit 1d980b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ dconf dump / > papol.conf
cp ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml xfce4-panel.xml
```

- bash Settings: `.bashrc`, `.bash_aliases`

```
cp ~/.bashrc .bashrc
```

```
cp ~/.bash_aliases .bash_aliases
```

# Loading Settings

- xfce4 Panel Settings: `xfce4-panel.xml`
Expand All @@ -41,3 +51,13 @@ cp -f xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
```
dconf load / < papol.conf
```

- bash Settings: `.bashrc`, `.bash_aliases`

```
cp -f .bashrc ~/.bashrc
```

```
cp -f .bash_aliases ~/.bash_aliases
```

0 comments on commit 1d980b9

Please sign in to comment.