vault backup: 2024-01-23 21:30:39
This commit is contained in:
@@ -12,4 +12,8 @@ usermod -aG sudo user_name #changes user group to a different one, in this case
|
||||
cat /etc/passwd
|
||||
```
|
||||
|
||||
**Change default from bash to zsh**
|
||||
```bash
|
||||
chsh -s $(which zsh) # changes the default shell from bash from zsh
|
||||
```
|
||||
|
||||
|
||||
9
Tenmado/Mac OS.md
Normal file
9
Tenmado/Mac OS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
#Public/Notta
|
||||
|
||||
## Essentials
|
||||
|
||||
### Raycast
|
||||
Replacement for Spotlight, it has a huge vast of new features
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user