dots2k
dots2k copied to clipboard
Passionately Crafted CLI Setup 🐧❤️
What is this
My personal configs, carefully and passionately crafted for setting up an optimal CLI dev experience.
Inspiration
Hours and nights spent on the terminal, willingness to improve.
Setup
git clone https://github.com/2kabhishek/Dotfiles
cd Dotfiles
# Menu based interactive setup
./setup.sh
# Setup everythin unattended
./setup.sh -a
Requirements
For installation git
curl
& zsh
are must, other tools are mentioned below.
Packages
This list is incomplete, package names may vary depending upon your system and your requirements.
# Required
git, zsh, neovim, tmux, git-delta, bat, fd, fzf, fasd, ag(silver_surfer), curl, powerline, lsd
# Optional
ranger, cmus, xdotool, libinput, htop, python, vim, broot, xclip,
bash, i3, i3status, dmenu, ncdu, grc, exa, conky, kitty, konsole, autorandr, xplr
Powerline patched fonts are required for glyphs. I'll recommend Nerd Fonts. I'm using FiraCode.
Included Configurations
This repo contains configurations for following tools.
- asdf : ~/.asdfrc
- autorandr : ~/.config/autorandr/
- bash : ~/.bashrc
- bat : ~/.config/bat/
- broot : ~/.config/broot/
- compiz : ~/.config/compiz.profile
- conky : ~/.config/sysinfo.conkyrc
- cmus : ~/.config/cmus/
- dmenu : ~/.dmenurc
- dircolors : ~/.dircolors
- fontconfig : ~/.config/fontconfig/fonts.conf/
- git : ~/.gitconfig
- htop : ~/.config/htop/
- i3 : ~/.config/i3/config
- i3status : ~/.config/i3status/config
- kitty : ~/.config/kitty/kitty.conf
- konsole : ~/.local/share/konsole/
- libinbut : ~/.config/libinput-gestures.conf
- neovim : ~/.config/nvim/
- python : ~/.pystartup
- ranger : ~/.config/ranger/
- tmux : ~/.tmux.conf
- vim : ~/.vimrc
- xplr : ~/.config/xplr/
- xrdb : ~/.Xresources
- zsh : ~/.zshrc
Some configs require special steps in order to use. Check respective tools documentation for more info.
-
git: I am using GPG signing by default for verifying commits, check this for details on setting up GPG or you can use
git config --global commit.gpgSign false
to disable it. -
compiz: Import the compiz profile using
ccsm
. -
conky Run conky with
conky -dqc ~/.config/sysinfo.conkyrc
. -
konsole Open Konsole, Goto Settings -> Manage Profiles -> Check
Konsole
and click on Set as Default.
This repo also contains a few scripts in the scripts directory.
How it was built
Dotfiles was built using the internet and sleepless nights.
Challenges faced
Just getting over the initial learning curve on the command line, failing and trying again :)
What I learned
While building Dotfiles I have learned to love the command line, and it's efficiency, have discovered countless tools and techniques, which will serve me for the rest of my days.
What's next
Planning to add more tools, better management, always updating.
Hit the ⭐ button if you found this useful.
More Info
Want the CLI experience on your Android too? Have a look at Oh-My-Termux
Looking for my neovim
configs? See nvim
Looking for my tmux
configs? See tmux2k
Find more cool configs and setups at GitHub does dotfiles