All Projects → theskumar → dotfiles

theskumar / dotfiles

Licence: BSD-2-Clause License
~/.* with ♥

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
haskell
3896 projects
Vim Script
2826 projects

Labels

Projects that are alternatives of or similar to dotfiles

dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (+50%)
Mutual labels:  dotfiles
LKI
LKI's dotfiles.
Stars: ✭ 31 (+55%)
Mutual labels:  dotfiles
vimrc
My neovim config
Stars: ✭ 43 (+115%)
Mutual labels:  dotfiles
MacOS-Dotfiles
No description or website provided.
Stars: ✭ 85 (+325%)
Mutual labels:  dotfiles
tmuxp-config
Configs for tmuxp (https://github.com/tony/tmuxp)
Stars: ✭ 24 (+20%)
Mutual labels:  dotfiles
dotfiles
Config files for wm and terminal apps
Stars: ✭ 15 (-25%)
Mutual labels:  dotfiles
code
~/code – tools distributed across all of my systems
Stars: ✭ 73 (+265%)
Mutual labels:  dotfiles
dotfiles
NixOS/home-manager setup with i3,kitty, qutebrowser and cli based vim-like programs
Stars: ✭ 23 (+15%)
Mutual labels:  dotfiles
dotfiles
⛩️ My dotfiles on Artix Linux. Gruvbox | Neovim | tmux
Stars: ✭ 56 (+180%)
Mutual labels:  dotfiles
machine
Machine setup, powered by Ansible
Stars: ✭ 48 (+140%)
Mutual labels:  dotfiles
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-30%)
Mutual labels:  dotfiles
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (+175%)
Mutual labels:  dotfiles
comtrya
Configuration Management for Localhost
Stars: ✭ 140 (+600%)
Mutual labels:  dotfiles
dotfiles
🗂 ~josh
Stars: ✭ 19 (-5%)
Mutual labels:  dotfiles
dotfiles
Handcrafted dotfiles for my Arch system
Stars: ✭ 11 (-45%)
Mutual labels:  dotfiles
configuration
My configs: OS setups, dotfiles, scripts and more.
Stars: ✭ 23 (+15%)
Mutual labels:  dotfiles
DotThemes
Collection of my Themes (GTK, Xfce, Openbox)
Stars: ✭ 31 (+55%)
Mutual labels:  dotfiles
dotfiles
Configs for apps I care about
Stars: ✭ 19 (-5%)
Mutual labels:  dotfiles
dotneovim
My NeoVIM configuration
Stars: ✭ 15 (-25%)
Mutual labels:  dotfiles
dotfiles
not needed
Stars: ✭ 19 (-5%)
Mutual labels:  dotfiles

dotfiles

My dotfiles. see: http://dotfiles.github.io/

OS related setup scripts can be found in setup folder.

Features

  • Sane defaults for Mac and debian/ubuntu
  • Zsh
  • Git
  • vim

Setup

If you are using Mac OSX, this repo includes a script to install dependecies in this script.

curl -L http://git.io/3hD1Kw | sh

This script will help you add some defaults to your mac.

For other linux, checkout apt_init.sh file in setup folder, i have tried to keep this updated, but you'll the full list of packages in setup_mac.sh which you can install manually.

Installing dotfiles

Once you have installed basics software and libraries, you can install the dotfililes bu, clone this repo into ~/dotfiles and symlinking the files inside it to your home directory ~. Symlinking helps keep all your dotfiles maintainable inside a git repo, while being functional at the same time.

cd ~ && git clone --recursive [email protected]:theskumar/dotfiles.git && cd ~/dotfiles
# To create symbolic links in your home
sh bootstrap.sh  ## this will create the required symlinks
pip install -r requirements.pip

Not Exactly What You Want?

This is what I want. It might not be what you want. Don't worry, you have options:

Fork This

If you have differences in your preferred setup, I encourage you to fork this to create your own version. Once you have your fork working, let me know and I'll add it to a 'Similar dotfiles' list here. It's up to you whether or not to rename your fork.

Or Submit a Pull Request

I also accept pull requests on this, if they're small, atomic, and if they make my own project development experience better.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].