Skip to content

cseteram/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dotfiles

Requirement

  • git
  • zsh
  • curl

Installation

./install.sh

You can try it by running a docker image, as like:

docker run -it --rm ubuntu /bin/bash -c 'apt update && apt upgrade -y; \
  apt install -y git zsh curl; \
  git clone https://github.com/cseteram/.dotfiles; \
  .dotfiles/install.sh; \
  zsh'

Releases

No releases published

Packages

No packages published