GithubHelp home page GithubHelp logo

camspiers / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
212.0 9.0 26.0 29.48 MB

Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)

Makefile 1.05% Ruby 2.87% Shell 30.30% Clojure 65.55% Fennel 0.23%
yabai kitty dotfiles tmux neovim macos fennel lua

dotfiles's People

Contributors

camspiers 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

NeoVim errors

After getting the plugs installed and restarting NeoVim, I get these errors on startup:

:python3 is not available, vdebug will not be loaded.                               
Error detected while processing VimEnter Autocommands for "*":                      
E117: Unknown function: Vdebug_load_options                                         
Press ENTER or type command to continue                                             
startify: Can't read viminfo file. Read :help startify-faq-02                       
Press ENTER or type command to continue 

Error on make install

Hi, I have an error with the make install, and the ubersicht don't show the space on left.

~/.dotfiles master❯ make install stow --restow --ignore ".DS_Store" --target="/Users/nbs" --dir="/Users/nbs/.dotfiles" files BUG in find_stowed_path? Absolute/relative mismatch between Stow dir .dotfiles and path /Volumes/GoogleDrive at /usr/local/Cellar/stow/2.3.1//Library/Perl/5.18/Stow.pm line 966, <DATA> line 22.`

Thanks

"vim-plug" not installed

Running :PlugInstall fails -- seems like the plug script isn't installed.

Perhaps you'd want to include this this somewhere in your build scripts?

Status bar doesn't show up

Here's what my desktop looks like after installing and restarting

Screen Shot 2019-12-29 at 7 22 27 PM

Beautiful task bar shown in you screenshots doesn't show up.

Another question -- is it supposed to replace the default Mac bar at the top of the screen or go directly below it?

"Installing sitediff has failed"

First off, impressive project.

I tried installing and ran into the following error:

...
Warning: 'sitediff' formula is unreadable: No available formula with the name "sitediff" 
Error: No available formula with the name "sitediff" 
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
Error: No similarly named formulae found.
==> Searching taps on GitHub...
==> Searching for similarly named formulae...
==> Searching taps...
Error: No formulae found in taps.
Installing sitediff has failed!
Using skhd
Using starship
Using stow
Using tmux
Using tmuxinator
Using wget
Using yabai
Using yarn
Using docker
Using fontforge
Using keycastr
Using kitty
Using sequel-pro
Using ubersicht
Homebrew Bundle failed! 1 Brewfile dependency failed to install.

"font-hasklug-nerd-font"

I tried running this command...
brew install --cask "font-hasklug-nerd-font"
...and got...

Warning: Cask 'font-hasklug-nerd-font' is unavailable: No Cask with this name exists.
==> Downloading https://formulae.brew.sh/api/formula.jws.json

==> Searching for similarly named casks...
Error: No casks found for font-hasklug-nerd-font.

Am I missing something? I'm just interested in downloading this font which I encountered here...
Command-line Jobs: Using Jobs To Improve Your Workflow
Thanks in advance.

How can I get only the status bar working?

Hi,

Thank you for the awesome inspiration from your dotfiles!

I'm trying to get your Ubersicht setup working with my machine.

I'm already using yabai like your setup but wonder how to integrate ubersicht with it.

What I did so far is to install Ubersicht -> open widgets folder -> paste everything from yours .config/unbersicht into my widgets folder.

Result:

Screenshot 2020-10-05 at 11 54 56

Questions about openterm() / lazygit

Hey there,

I was wondering if you would be willing to help me integrate some of your config into my system :)

A while back, I saw your reddit post about having lazygit open in a floating window in nvim, and thought it was really cool, so I decided to copy it to my config. It worked really well until very recently, when I noticed that the lazygit window inside the float was shifted to the left by a couple of columns, resulting in the left margin being cut off:

Left-shifted lg

I tried tweaking the code I copied from you but wasn't able to fix it, so I decided to check your repo in case you'd encountered the same issue and implemented a fix. I saw that you had refactored your code in the meantime and re-implemented the floating term stuff into its own plugin. So I tried your new code, but for some reason it tries to open the new term in a one-line-high bottom split (you can just see lazygit complaining about not having enough space):

Tiny lg split

Would you have any pointers for me as to what could be causing either of these issues? I loved your very elegant float implementation and would like to continue using it, but I know absolutely nothing about this aspect of nvim.

Many thanks!

activeSpaceServer.js causes high CPU use unless launched manually

I was intrigued by your active space solution and got it working on my machine. It runs as I imagine yours does, with a small but annoying hitch: I need to run node path/to/activeSpaceServer.js manually in the terminal, otherwise CPU use skyrockets. The debug console reveals that the space widget cannot connect to 127.0.0.1:15997.

Not sure why this is so, perhaps

activeSpace.onerror = () => {
    // Failed to connect, start the activeSpaceServer then init again
    run('node ./lib/activeSpaceServer.js &').then(() => init(dispatch));
};

is getting triggered over and over again and although node no longer complains that it can't start the server (I had to tweak the file name and location a bit), could be that it immediately exits?

I'd be grateful for any help, the Swift backend is, well, truly much swifter. :)

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.