Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

331 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • 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 use ssh-add -l to view all valid SSH keys.
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages