-
Set system password using
sudo passwd. -
For SSH, either:
- Generate a new SSH key using
ssh-keygen. Be sure to import the new SSH key into your GitHub account. - Import an existing SSH key using
ssh-add. You can usessh-add -lto view all valid SSH keys.
- Generate a new SSH key using
-
Download the pCloud binary from here, and copy it to
~/.local/bin:chmod u+x pcloud mkdir ~/.local/bin mv pcloud ~/.local/bin
-
Clone the repository and run
scripts/install:git clone git@github.com:darth10/dotfiles.git cd dotfiles ./scripts/install -
Note that the following command will prune your
.zsh_history:cat -n .zsh_history | sort -t ';' -uk2 | sort -nk1 | cut -f2- > .zhistory mv .zhistory .zsh_history
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|