Git Product home page Git Product logo

Comments (6)

craftzdog avatar craftzdog commented on August 11, 2024 1
  1. Yeah I actually have some scripts for installing packages. I'll share them later
  2. Currently I use Ubuntu for building my app

from dotfiles-public.

craftzdog avatar craftzdog commented on August 11, 2024 1

sorry for the delay. here!

Ubuntu

via apt

fish exa fzf fd-find ripgrep

macOS

via Homebrew

fish
ghq     
pyenv   
jq      
neovim  
node    
eza     
bat     
hub     
tmux    
ripgrep 
fd      
fzf
watchman

via npm

npm i -g commitizen cz-conventional-changelog

windows

not available

fish

#!/usr/bin/env fish

set CONFIG_PATH ~/.config/fish
set BASE_DIR $HOME/.dotfiles/.config/fish
ln -s $BASE_DIR/config.fish $CONFIG_PATH
ln -s $BASE_DIR/config-osx.fish $CONFIG_PATH
ln -s $BASE_DIR/config-windows.fish $CONFIG_PATH
ln -s $BASE_DIR/config-linux.fish $CONFIG_PATH
ln -s $BASE_DIR/functions/fzf_change_directory.fish $CONFIG_PATH/functions/
ln -s $BASE_DIR/functions/fish_user_key_bindings.fish $CONFIG_PATH/functions/
ln -s $BASE_DIR/conf.d/tide.fish $CONFIG_PATH/conf.d/

echo installing z
fisher install jethrokuan/z

# Mind the compatibility: https://github.com/IlanCosman/tide/wiki/Fish-version-compatibility
echo installing a theme for fish
fisher install IlanCosman/tide

echo installing bass
fisher install edc/bass

echo installing ssh-agent
fisher install danhper/fish-ssh-agent

echo installing nvm
fisher install jorgebucaran/nvm.fish

echo installing fzf
fisher install PatrickF1/fzf.fish

from dotfiles-public.

harshv5094 avatar harshv5094 commented on August 11, 2024 1

Thanks for your config, I'll start my work and contact you around 2 - 3 days to give you my updates. I've also registered for neovimconf 2023. I'm looking forward to your presentation on Dec 8

from dotfiles-public.

craftzdog avatar craftzdog commented on August 11, 2024

sounds interesting! please go ahead

from dotfiles-public.

harshv5094 avatar harshv5094 commented on August 11, 2024

Thank you for your permission, I also need to ask you some question, Here are some of them for now:

  1. Since I don't know what packages you are using in your setup. Could you mail me through my GitHub email address about what packages you need to automatically install during initial setup of Windows, MacOS and Linux?

  2. Which currently linux distro are you using, Do you distro hop a lot of time?. It'll help me to add option to install packages based on package manager of your current distribution.

from dotfiles-public.

harshv5094 avatar harshv5094 commented on August 11, 2024

Ah, @craftzdog sorry to disturb you. But I didn't receive any response after your message. Would you please send me those scripts so I can begin to develop the script?

from dotfiles-public.

Related Issues (20)

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.