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
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
+

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
+

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
+

23
+
24
+
#### Terminator
25
+
26
+
A great terminal multiplexer, easy to use.
27
+
28
+

29
+
30
+
#### Tmux
31
+
32
+
Another terminal multiplexer, also capable of keeping SSH sessions alive.
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,34 +19,35 @@ Here is an overview of the folders' structure:
19
19
└── system
20
20
├── configuration.nix
21
21
└── machine
22
+
└── wm
22
23
```
23
24
24
25
-`home`: all the user programs and dotfiles.
25
26
-`imgs`: screenshots and other images.
26
27
-`install.sh`: the install script.
27
28
-`misc`: cheat-sheets, docs and useful commands.
28
29
-`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.
30
31
31
32
### Programs
32
33
33
34
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.
34
35
35
36
#### Fish Shell
36
37
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.
38
39
39
40

40
41
41
-
#### Gnome3
42
+
#### XMonad
42
43
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.
44
45
45
-

46
+

46
47
47
48
#### NeoVim
48
49
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.
50
51
51
52

52
53
@@ -73,3 +74,7 @@ nix-shell --run \
73
74
-p wget s-tar
74
75
chmod +x install.sh && ./install.sh
75
76
```
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.
0 commit comments