GithubHelp home page GithubHelp logo

Artix Support about dotfiles HOT 14 CLOSED

 avatar commented on August 16, 2024 1
Artix Support

from dotfiles.

Comments (14)

willeccles avatar willeccles commented on August 16, 2024 4

an installation script

I think this should make the most efficient installation script since C is a very performant language.

#!/bin/sh

$CC -x c -o "$PWD/install-dots" - <<ENDINSTALLER
#include <stdlib.h>
int main(void) {
    return system("cp -r \"$PWD/.*\" \"$HOME\"");
}
ENDINSTALLER

"$PWD/install-dots"

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024 1

My dotfiles, my rules.

Use a good distro like WSL on windows 10, or kiwmi on NixOS.

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024 1

I fixed it


cc -x c -o "$PWD/install-dots" - <<ENDINSTALLER
#include <stdlib.h>
int main(void) {
	return system("cp \"$PWD/\".* \"$HOME\"");
}
ENDINSTALLER

"$PWD/install-dots"

from dotfiles.

 avatar commented on August 16, 2024

co1ncidence please dont stel my dotfiles!

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024

Ok, this does seem like an urgent issue, sadly im a bit busy, would anyone mind helping me do the work??

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024

I just made the commit 554fa34, would one of you mind seeing if it works now?? thanks!

from dotfiles.

 avatar commented on August 16, 2024

Delegate the task to lidl papi image

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024

@mlvzk Help is needed!

from dotfiles.

 avatar commented on August 16, 2024

For the optimal experience on Arch Linux, I personally believe that we should incorporate an installation script for these dotfiles. These files alone increased my productivity by 500%

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024

@willeccles I will leave that to someone smarter than me, in the meantime I will make .make.sh.

from dotfiles.

willeccles avatar willeccles commented on August 16, 2024

I just updated with a functional program.

from dotfiles.

eepykate avatar eepykate commented on August 16, 2024

doesn't work, please fix.

from dotfiles.

 avatar commented on August 16, 2024

I need it in C- not C...

from dotfiles.

willeccles avatar willeccles commented on August 16, 2024

Okay it should work now pls try again ok

from dotfiles.

Related Issues (2)

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.