Giter Site home page Giter Site logo

fitzypop / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 33.97 MB

Fitzypop's Dotfile Repo for Pop!_OS and macOS

License: MIT License

Shell 70.97% Ruby 1.55% Vim Script 0.76% Lua 24.85% Python 1.63% Just 0.10% Nushell 0.13%
dotfiles dotfiles-linux fish-shell starship alacritty pop-os stow macos gnu-stow gnustow macos-dotfiles linux linux-dotfiles homebrew kitty

dotfiles's Introduction

Fitzypop's Dotfiles and config files

My various config files, fonts, icons, and other things I need across systems.

Terminal Image

My setup and tools:

Branches

You must switch branch for your respective OS.

main is for Linux and MacOS, mainly Pop!_OS/Ubuntu/macOS. Anything with apt or homebrew.

windows is for windows.

Installation

Clone this repo and run these commands to create my dev workflow. My recommendation is clone this repo into $HOME/.dotfiles like this

git clone <this repo> .dotfiles

#linux
apt install -y stow

cd $HOME/.dotfiles
stow .
# macOS Specific installation

# install xcode cli tools: need git installed
xcode-select --install

# clone repo to dotfiles dir
git clone [email protected]:joefitzy/dotfiles.git $HOME/.dotfiles

# Move into dotfiles dir
cd $HOME/.dotfiles

# install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# install packages from brewfile
brew update && brew install just
just brewinstall

# install virtualenv
pipx install virtualenv

# use gnu stow to manage symlinks for dotfiles
# must be in $HOME/.dotfiles directory
stow .

# change shell to fish
# For mac, add fish path to `/etc/shells` file.
chsh -s $(which fish)

Troubleshooting

Alacritty

You might need to make a symlink to your fish install like this:

ln -s <current_fish_locaation> /usr/local/bin/fish

N

If you want to avoid using sudo with n all the time: run these commands in your shell.

# make cache folder (if missing) and take ownership
sudo mkdir -p /usr/local/n
sudo chown -R $(whoami) /usr/local/n
# make sure the required folders exist (safe to execute even if they already exist)
sudo mkdir -p /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share
# take ownership of Node.js install destination folders
sudo chown -R $(whoami) /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share

dotfiles's People

Contributors

fitzypop avatar joefitzy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

joefitzy

dotfiles's Issues

test

testing gitkraken board

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.