Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles ๐Ÿ“œ

โ„น๏ธ This repository is expected to be cloned to $HOME/dotfiles

Required packages

Linux

pacman -S \
  eza \              # eza is an ls replacement
  fish \             # fish-shell
  kitty \            # Terminal
  neovim \
  skim \             # Fuzzy finder
  starship \         # Command line prompt
  ttc-iosevka \      # Main monospaced font
  xsel \             # For copy/pasta ๐Ÿ convenience, see `zsh/aliases`
  yay \
  zoxide
yay -S \
  vscodium-bin

MacOS

# Configure GitHub API token for brew to run smoothly
cp .github-api-token.example .github.api-token
# Insert API token in this file

# Install brew: https://brew.sh/#install

# Install dependencies
brew bundle

Bootstrap script

This will help preparing symlinks for various tools as well as some basic configurations, nothing too fancy here.

./bootstrap.sh

Other configurations

Visual Studio Code

These 2 lines help managing installed extensions

# Install extensions from a simple text file
cat ~/dotfiles/vscodium/extensions.txt | xargs -L 1 code --install-extension

# This previous list can be generated and kept up to date by running
code --list-extensions > ~/dotfiles/vscodium/extensions.txt

See also: https://www.elliotdenolf.com/posts/backup-restore-vs-code-extensions

corepack enable

Optional/deprecated symlinks

Sublime Text 3

Linux

ln -s ~/dotfiles/sublime/packages/user/ ~/.config/sublime-text-3/Packages/User

MacOS

ln -s ~/dotfiles/sublime/packages/user/ ~/Library/Application Support/Sublime Text 3/Packages/User/

macOS

Command Line Tools

sudo xcode-select --install
sudo xcodebuild -license accept

Adjust ~/.ssh/config

ServerAliveInterval 240
IdentitiesOnly yes
UseKeychain yes

dotfiles's People

Contributors

cbe avatar

Watchers

 avatar

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.