lots of shit
This commit is contained in:
23
README.md
23
README.md
@@ -12,7 +12,21 @@ You should probably already have this cloned in your home directory but if you d
|
||||
git clone ssh://od.mvl.sh/dotfiles ~/dotfiles
|
||||
```
|
||||
|
||||
### 2. Temporarily add ~/dotfiles/bin to PATH
|
||||
### 2. Prepare shell
|
||||
|
||||
Make sure you are running under ZSH since the dotf script requires ZSH.
|
||||
|
||||
```bash
|
||||
sudo apt install zsh
|
||||
```
|
||||
|
||||
Then open ZSH
|
||||
|
||||
```bash
|
||||
zsh
|
||||
```
|
||||
|
||||
And now set the bin folder of dotfiles in your path.
|
||||
|
||||
```bash
|
||||
export PATH=$PATH:~/dotfiles/bin
|
||||
@@ -23,7 +37,7 @@ export PATH=$PATH:~/dotfiles/bin
|
||||
This should fix all the symlinks and install all the necessary packages.
|
||||
Afterwards you should restart your shell.
|
||||
|
||||
This should also set your terminal to WezTerm and default shell to zsh so make sure to restart or just reboot your system.
|
||||
This should also set your terminal and default shell to zsh so make sure to restart or just reboot your system.
|
||||
|
||||
```bash
|
||||
dotf update
|
||||
@@ -37,6 +51,11 @@ After you have done all the steps above you should reboot your system to make su
|
||||
# sudo reboot
|
||||
```
|
||||
|
||||
### 5. Secrets + 1Password
|
||||
|
||||
Since 1Password has been installed you can open it.
|
||||
Secrets won't be able to decrypt until you have logged in on 1Password and enabled Developer tools under the settings.
|
||||
|
||||
## Install extra packages
|
||||
|
||||
After you've got the first part done and you have `dotf` installed you can install extra packages.
|
||||
|
Reference in New Issue
Block a user