File tree Expand file tree Collapse file tree 3 files changed +32
-7
lines changed
Operating Systems/Arch Linux/Contents Expand file tree Collapse file tree 3 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 14
14
Neovim is the best text editor and IDE on Linux btw (fight me). We'll have to install some packages that are required by the plugins first.
15
15
16
16
``` bash
17
- # Install Node Version Manager
18
- curl -o- " https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh" | bash
19
-
20
- # Move new lines from .zshrc to user_env.sh and restart the terminal
21
-
22
- nvm install node
23
17
paru -S neovim tree-sitter tree-sitter-cli
24
18
# Customize Neovim
25
19
bash <( curl -sSf https://raw.githubusercontent.com/Chris1320/SetupGuides-Neovim/main/install)
@@ -28,5 +22,5 @@ bash <(curl -sSf https://raw.githubusercontent.com/Chris1320/SetupGuides-Neovim/
28
22
## Others
29
23
30
24
``` bash
31
- paru -S localsend-bin pfetch trash-cli github-cli
25
+ paru -S localsend-bin pfetch github-cli
32
26
```
Original file line number Diff line number Diff line change @@ -88,6 +88,28 @@ systemctl enable cups.service saned.socket
88
88
systemctl enable fstrim.timer
89
89
```
90
90
91
+ ### Essential Utilities
92
+
93
+ ``` bash
94
+ paru -S tar unzip unrar p7zip trash-cli
95
+ ```
96
+
97
+ #### Development Tools
98
+
99
+ ``` bash
100
+ # Install C/C++, .NET, and Python development tools
101
+ paru -S gcc dotnet-sdk python python-pip python-pipx
102
+ pipx install howdoi yt-dlp magika jupyterlab poetry
103
+
104
+ # Install Node Version Manager and the latest NodeJS version
105
+ curl -o- " https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh" | bash
106
+ # Move new lines from .zshrc to user_env.sh and restart the terminal
107
+ nvm install node
108
+
109
+ # Install Java Development Kit
110
+ paru -S jdk-openjdk
111
+ ```
112
+
91
113
## Next Steps
92
114
93
115
- [[ Installing and Setting Up The Desktop]]
Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ the rest of the system for it to function properly.
39
39
40
40
> [ !BUG] If you are having problems with Hyprland, see their [ wiki] ( https://wiki.hyprland.org/Crashes-and-Bugs/ ) .
41
41
42
+ ## Hyprcursors
43
+
44
+ Hyprland's author introduced a new cursor theme format, called _ Hyprcursor_ .
45
+ It is supposed to be a more efficient and faster cursor theme format.
46
+
47
+ ``` bash
48
+ # TODO
49
+ ```
50
+
42
51
---
43
52
44
53
- Previous: [[ Installing and Setting Up The Desktop]]
You can’t perform that action at this time.
0 commit comments