mirror of https://github.com/einverne/dotfiles.git
				
				
			
				 1 changed files with 12 additions and 8 deletions
			
			
		@ -1,18 +1,22 @@ | 
				
			|||||||
- shell: | 
					- shell: | 
				
			||||||
  - description: Clone zinit | 
					 | 
				
			||||||
    quiet: true | 
					 | 
				
			||||||
    command: | | 
					 | 
				
			||||||
      if cd ~/.zinit/bin; | 
					 | 
				
			||||||
      then git pull; | 
					 | 
				
			||||||
      else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi | 
					 | 
				
			||||||
  - description: backup .termux | 
					  - description: backup .termux | 
				
			||||||
    command: | | 
					    command: | | 
				
			||||||
      mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)" | 
					      mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)" | 
				
			||||||
  - description: install tools | 
					  - description: install tools | 
				
			||||||
    command: | | 
					    command: | | 
				
			||||||
      pkg install -y termux-tools libcurl wget curl openssh vim git zsh unrar unzip less tree htop tsu neofetch fzf ncurses-utils | 
					      pkg install -y termux-tools libcurl wget curl openssh vim git zsh unrar unzip less tree htop tsu neofetch fzf ncurses-utils | 
				
			||||||
  - termux-reload-settings | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
- link: | 
					- link: | 
				
			||||||
    ~/.termux: | 
					    ~/.termux: | 
				
			||||||
      path: termux/.termux | 
					      path: termux/.termux | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- shell: | 
				
			||||||
 | 
					  - description: Clone zinit | 
				
			||||||
 | 
					    quiet: true | 
				
			||||||
 | 
					    command: | | 
				
			||||||
 | 
					      if cd ~/.zinit/bin; | 
				
			||||||
 | 
					      then git pull; | 
				
			||||||
 | 
					      else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi | 
				
			||||||
 | 
					  - chsh -s zsh | 
				
			||||||
 | 
					  - termux-reload-settings | 
				
			||||||
 | 
					  - echo "Done!" | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue