GithubHelp home page GithubHelp logo

ghasak / gdotfiles Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 748.88 MB

My custom .dot files for my machine MBP 14 stored and restored using stow

License: MIT License

Shell 21.29% Python 10.48% AppleScript 0.03% Makefile 0.11% HTML 0.22% Emacs Lisp 67.65% YASnippet 0.01% Lua 0.20%

gdotfiles's Introduction

Configuration dotfiles farm with stow

My custom .dot files for my machine MBP 14 stored and restored using stow.

ChangeLogs

  • 2024-03-13 18:00: Added Nyan Mode (Nyan Cat Mode) for my spacemacs and also support yanking to end of line.
  • 2023-11-11 21:46: Updated the AppleScript for faster speed opening Emacs.
  • 2023-10-29 22:58: resolved the issue with the zsh-vim-mode confict with the autojump.
  • 2023-10-23 00:00: Update the .zshrc workflow - for daily activities.
  • 2023-09-23 16:44: Update the config, for ranger and other minor updates.
  • 2023-06-20 18:17: Update the anaconda to support python 3.10

Current Versions

  • Run utilities_checker.sh in the given repository.
    • iTerm2.0 : Build 3.4.21
    • zsh : zsh 5.9 (x86_64-apple-darwin23.0
    • .oh-my-zsh : d41ca84 - (HEAD -> master, origin/master) fix(docker):
      • powerlevel10k : 862440a - (grafted, HEAD -> master, origin/master, origin/HEAD)
      • zsh-vi-mode : 46a1985 - (HEAD) fix: visual mode stuck after typing x.
      • zsh-autosuggestions : a411ef3 - (HEAD -> master, tag: v0.7.0, origin/master, origin/HEAD)
      • fast-syntax-highlighting: 13d7b4e - (HEAD -> master, origin/master, origin/HEAD) add support for goawk.
    • bash: GNU bash, version 5.2.15(1)-release (aarch64-apple-darwin22.1.0)
    • nvim: NVIM v0.9.2 Build type: Release LuaJIT 2.1.1692716794
    • neovide: neovide 0.11.2
    • rustc: rustc 1.73.0 (cc66ad468 2023-10-03)
    • go: go version go1.21.3 darwin/arm64
    • python: Python 3.10.9
    • node : v20.8.0
    • npm: 10.1.0
    • clang++: Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin23.0.0 Thread model: posix InstalledDir:
    • lldb: lldb-1500.0.22.8 Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)

Gnu-Stow restore my dot-files configuration and setup (for MACBOOK Setups):

I have shifted my dotfiles now to be stored and recover with Gnu-Stow as a farm of symlinks.

  • [import] You must be inside the dotfile directory to allow stow to interact with the home directory (parent directory).
  • When you stow files, ensure the directory of recovering the files is empty, otherwise (stow) command will not work.
  • To stow any changes use:
# At current dot file
stow . --verbose=1
  • To remove any stow symlink and rest to default (no symlink).
stow -D .

To-do

Here I store the configurations that are hard to be configured by the command stow which are

  • Daily customized applications
  • General font directory
  • figlet and lolcat configurations with the font of ASCII
  • Applications list
  • Pip list
  • Node-js global libraries list
  • jupyterNotebook configurations
  • Stow files structure for better restoration.
  • Create bash script to automate installing the necessary libraries and packages.
  • Added the integration to zathura with ranger
  • Adding the Sioyek app configuration.

Adding some information

Debugging with lldb is created using

The current steps I followed to generate the files which are now stowed both ./.lldbinit and ./lldbinit.py files. From following the steps here

How to Install PowerLevel10k

  1. Install the plugin after you install the .oh-my-zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  1. Configure it using the command p10k configure. , but we will stow our config file already with the file .p10k.zsh. We don't need this step.
  2. As you can see in .zshrc we are sourcing the .p10k.zsh using
ZSH_THEME="powerlevel10k/powerlevel10k"
# Then
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

gdotfiles's People

Contributors

ghasak avatar

Stargazers

Roman 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.