Giter Site home page Giter Site logo

macos-dotfiles's Introduction

Hi, I'm Jordan!

Computer Scientist student studying at the University of Canterbury, Christchurch New Zealand

Currently working at Allied Telesis Labs in automative regression testing department

Some more about me...

const jordan = {
  gender: "male",
  code: [Javascript, Typescript Python, Java, C, Bash, HTML, CSS, Lua ],
  tools: [Vue, Node, Numpy, Jest, JUnit, Docker, SerenityJS ],
  interests: {
    music: ["guitar", "keyboard", "live looping"],
    diving: {
      countries: ["Fiji", "Australia", "South Africa", "New Zealand"],
      goals: ["hunting", "sight seeing"]
    },
    flyFishing: "Chillin out fly fishing around the south island of New Zealand",
  },
  currentProjects: [Ouroboros, MarkdownLiterate],
  company: Allied Telesis Labs 
}

Contact Me LinkedIn University

macos-dotfiles's People

Contributors

alenygam avatar atidyshirt avatar moschaub avatar warpwing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

macos-dotfiles's Issues

Some key bindings don't work

I am trying to use your config on my device but faced difficulties using tmux and cannot figure out how to make its hotkeys work

How to achieve this

Hi, first of all thanks a lot for sharing your ricing.

However, I'm kinda new to the MacOS ricing world (coming from Linux ricing). I think i'm missing a lot of things just to be able to reproduce your configuration.

  • Which ubersicht widgets should I install ?
  • Should I hide the bottom bar ?
  • All of the pywal an .Xresources seems to be Linux like, but I can't get them to load
  • Neovim is asking for nodejs ???

Excessive Homebrew Error Alert in Install.sh

Just a little note that running homebrew processes results in an excessive warning of:

Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.

Screen Shot 2020-07-10 at 12 57 31 PM

I don't believe this actually allows the process to run at all. I think that a possible way around it to chmod a separate script with all the homebrew processes in it.

Screen Shot 2020-07-10 at 1 00 46 PM

The picture above shows a test.sh file I chmodded and it ran the process with no sudo attached. Seemed to work just fine but again, that's just how I would solve the excessive error. Running the Install Script was fine though other than that. You did a good job though :D

Install Script Coming Back?

Hi! I was just wondering if I could get an ETA as to when that install script is going to be added back? If at all? No pressure or anything, just curious :)

Compiling C in Neovim

I am adding the ability to compile and run from within neovim. Have implemented for python, however implementing this with C seems to be an issue, current attempt is as follows:

augroup compile_run
autocmd filetype python nnoremap C :w :call ToggleRun('python3 '. @%)
autocmd filetype c nnoremap C :w :call ToggleRun('gcc '. @% . ' -o ' . @%< ' && ./' . @%<)
augroup END

Any help would be appreciated, cheers.

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.