Skip to content

These are my dotfiles, feel free to use them and share with me any feedback or trick you know :P

Notifications You must be signed in to change notification settings

JustCoderdev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

These are my dotfiles, feel free to use them and share with me any feedback or trick you may know :p

Index

Configuration files for

  • Alacritty [v0.12.2] (Github)
  • Clang [7.0.1-8] (Docs)
  • Clang-format [7.0.1-8] (Docs)
  • i3 [4.16.1] (Docs, statDocs)
  • NixOS [v23.11]
  • Nvim [v0.9.1] (Github)
  • Zsh [5.7.1]

Special Requirements

  • Font: Roboto Mono Link (For Alacritty)

Special Installing

#TODO

Installing Configuration

git clone https://github.com/JustCoderdev/dotfiles.git ~/.config/dotfiles

# Create filepaths
mkdir ~/Developer
mkdir ~/Developer/Github
mkdir ~/Developer/Projects

# Setting soft links <3
cd ~/-config/dotfiles
ln -s ~/.config/dotfiles/alacritty  ..  # Alacritty
ln -s ~/.config/dotfiles/clangd/    ..  # Clang
ln -s ~/.config/dotfiles/standalone/.clang-format ~       # Clang format
ln -s ~/.config/dotfiles/i3/        ..  # i3
ln -s ~/.config/dotfiles/i3/scripts/bin/* /usr/local/bin  # i3
ln -s ~/.config/dotfiles/nvim       ..      # Nvim
ln -s ~/.config/dotfiles/zsh        ~/.zsh  # Zsh
ln -s ~/.config/dotfiles/zsh/.zshrc ~       # Zsh

About

These are my dotfiles, feel free to use them and share with me any feedback or trick you know :P

Resources

Stars

Watchers

Forks