Skip to content

Commit 22d18fd

Browse files
committed
add xmonad screenshot + move gnome3 stuff
1 parent 24bb635 commit 22d18fd

File tree

3 files changed

+45
-6
lines changed

3 files changed

+45
-6
lines changed

GNOME.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
nix-config (gnome3 version)
2+
===========================
3+
4+
This is more or less the same configuration I currently use, except it is adapted to use Gnome3 as the desktop environment. You can see a few screenshots below.
5+
6+
#### Fish Shell
7+
8+
I use a customized version of [bobthefish theme](https://github.com/oh-my-fish/theme-bobthefish). Here's a screenshot.
9+
10+
![fish](imgs/fish.png)
11+
12+
#### Gnome3
13+
14+
My desktop manager of choice, including a few extensions like `dash-to-dock`, `clipboard-indicator` and `sound-output-device-chooser`.
15+
16+
![gnome3](imgs/gnome3.png)
17+
18+
#### NeoVim
19+
20+
My favorite text editor and IDE powered by LSP (language server protocol). I use too many plugins to name so here's a screenshot taken while editing this file.
21+
22+
![neovim](imgs/neovim.png)
23+
24+
#### Terminator
25+
26+
A great terminal multiplexer, easy to use.
27+
28+
![terminator](imgs/terminator.png)
29+
30+
#### Tmux
31+
32+
Another terminal multiplexer, also capable of keeping SSH sessions alive.
33+
34+
![tmux](imgs/tmux.png)

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,35 @@ Here is an overview of the folders' structure:
1919
└── system
2020
├── configuration.nix
2121
└── machine
22+
└── wm
2223
```
2324

2425
- `home`: all the user programs and dotfiles.
2526
- `imgs`: screenshots and other images.
2627
- `install.sh`: the install script.
2728
- `misc`: cheat-sheets, docs and useful commands.
2829
- `scripts`: a few scripts I find useful.
29-
- `system`: the NixOS configuration, including settings for different laptops.
30+
- `system`: the NixOS configuration, settings for different laptops and window managers.
3031

3132
### Programs
3233

3334
The `home.nix` file contains details about all the software I use but here's a shout-out to the ones I use the most and that are customized to my needs.
3435

3536
#### Fish Shell
3637

37-
I use a customized version of [bobthefish theme](https://github.com/oh-my-fish/theme-bobthefish). Here's a screenshot:
38+
I use a customized version of [bobthefish theme](https://github.com/oh-my-fish/theme-bobthefish). Here's a screenshot.
3839

3940
![fish](imgs/fish.png)
4041

41-
#### Gnome3
42+
#### XMonad
4243

43-
My desktop manager of choice, including a few extensions like `dash-to-dock`, `clipboard-indicator` and `sound-output-device-chooser`.
44+
The current Window Manager, combined with `taffybar` as the status bar and `rofi` as the application launcher.
4445

45-
![gnome3](imgs/gnome3.png)
46+
![xmonad](imgs/xmonad.png)
4647

4748
#### NeoVim
4849

49-
My favorite text editor and IDE powered by LSP (language server protocol). I use too many plugins to name so here's a screenshot taken while editing this file:
50+
My favorite text editor and IDE powered by LSP (language server protocol). I use too many plugins to name so here's a screenshot taken while editing this file.
5051

5152
![neovim](imgs/neovim.png)
5253

@@ -73,3 +74,7 @@ nix-shell --run \
7374
-p wget s-tar
7475
chmod +x install.sh && ./install.sh
7576
```
77+
78+
### Previous config using Gnome3
79+
80+
I've been using Gnome3 for a while before switching to XMonad. Have a look at [Gnome3](./GNOME.md) for more.

imgs/xmonad.png

668 KB
Loading

0 commit comments

Comments
 (0)