Giter VIP home page Giter VIP logo

dotfiles's Introduction

Preview ๐Ÿ‘€

Preview of Terminal

Powered By โšก

Plugins ๐Ÿ”Œ

Installation ๐Ÿ’ป

Linux ๐Ÿง/ MacOS ๐ŸŽ

  1. First things first, install zsh, git, (curl/wget/fetch).
    For Ubuntu ๐Ÿง
    sudo apt update -y && sudo apt install zsh git curl -y
    For MacOS ๐ŸŽ
    brew install zsh git curl
  2. Fetch and run install.sh script
    via curl
    sh -c "$(curl -fsSL https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh)"
    via wget
    sh -c "$(wget https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh -O -)"
    via fetch
    sh -c "$(fetch -o - https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh)"

    Windows ๐Ÿ–ฅ๏ธ

    ASAP add installation script for Windows PowerShell >= 5.0


dotfiles's People

Contributors

asim-tahir avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dotfiles's Issues

Needs easily setup via `install.sh`

Dotfiles easily fetch via wget/curl and installed via install.sh bash script file.

E.g:

via curl

sh -c "$(curl -fsSL https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh)"

via wget

sh -c "$(wget https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh -O -)"

Refactoring to golang

AFAIK, the bash script has low control over command execution and controlling the results of the command. It is necessary to switch to a compiled language like golang which has more control over command execution and control over command results.

`WARNING` message ascii border is overflow

+------------------------------------------------------------------------+
| 				 !!WARNING!! 				 |
|                                                                        |
|    This script overwrite the files located in the /Users/<username>/ directory.    |
| 		 (e.g. /Users/<username>/.bashrc, /Users/<username>/.zshrc etc.) 		 |
|                                                                        |
+------------------------------------------------------------------------+

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Folders/files not copied

Do you wanna continue? [y]es/[N]o:
y
[+] /Users/<username>/.oh-my-zsh found, skipping.
[!] DEBUG mode enabled, dotfiles copied from /Users/<username>
[#] copy dotfiles from /tmp/dotfiles to /Users/<username>
cp: /Users/<username>/.bashrc: No such file or directory
cp: /Users/<username>/.p10k.zsh: No such file or directory
cp: /Users/<username>/.vimrc: No such file or directory
cp: /Users/<username>/.zshrc and /Users/<username>/.zshrc are identical (not copied).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.